class RAIIDiagnosticChecker

Declaration

class RAIIDiagnosticChecker { /* full declaration omitted */ };

Declared at: llvm/unittests/TableGen/CodeExpanderTest.cpp:26

Method Overview

Methods

RAIIDiagnosticChecker()

Declared at: llvm/unittests/TableGen/CodeExpanderTest.cpp:33

void diag(const llvm::SMDiagnostic& D)

Declared at: llvm/unittests/TableGen/CodeExpanderTest.cpp:56

Parameters

const llvm::SMDiagnostic& D

void expect(llvm::SMDiagnostic D)

Declared at: llvm/unittests/TableGen/CodeExpanderTest.cpp:54

Parameters

llvm::SMDiagnostic D

static void handler(const llvm::SMDiagnostic& D,
                    void* Context)

Declared at: llvm/unittests/TableGen/CodeExpanderTest.cpp:60

Parameters

const llvm::SMDiagnostic& D
void* Context

~RAIIDiagnosticChecker()

Declared at: llvm/unittests/TableGen/CodeExpanderTest.cpp:36