Home
last modified time | relevance | path

Searched refs:TextDiag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp39 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts)); in BeginSourceFile()
43 TextDiag.reset(); in EndSourceFile()
149 assert(TextDiag && "Unexpected diagnostic outside source file processing"); in HandleDiagnostic()
151 TextDiag->emitDiagnostic( in HandleDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h32 std::unique_ptr<TextDiagnostic> TextDiag; variable