Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp35 TextDiag.reset(new TextDiagnostic(OS, LO, DiagOpts, PP)); in BeginSourceFile()
39 TextDiag.reset(); in EndSourceFile()
148 assert(TextDiag && "Unexpected diagnostic outside source file processing"); in HandleDiagnostic()
150 TextDiag->emitDiagnostic( in HandleDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h32 std::unique_ptr<TextDiagnostic> TextDiag; variable