Searched refs:TextDiagnostic (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 656 TextDiagnostic::TextDiagnostic(raw_ostream &OS, const LangOptions &LangOpts, in TextDiagnostic() function in TextDiagnostic 661 TextDiagnostic::~TextDiagnostic() {} in ~TextDiagnostic() 663 void TextDiagnostic::emitDiagnosticMessage( in emitDiagnosticMessage() 685 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel() 716 void TextDiagnostic::printDiagnosticMessage(raw_ostream &OS, in printDiagnosticMessage() 742 void TextDiagnostic::emitFilename(StringRef Filename, const SourceManager &SM) { in emitFilename() 784 void TextDiagnostic::emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 883 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation() 892 void TextDiagnostic::emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation() 901 void TextDiagnostic::emitBuildingModuleLocation(FullSourceLoc Loc, in emitBuildingModuleLocation() [all …]
|
H A D | TextDiagnosticPrinter.cpp | 39 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts, PP)); in BeginSourceFile() 136 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in HandleDiagnostic() 137 TextDiagnostic::printDiagnosticMessage( in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnostic.h | 35 class TextDiagnostic : public DiagnosticRenderer { 40 TextDiagnostic(raw_ostream &OS, const LangOptions &LangOpts, 43 ~TextDiagnostic() override;
|
/freebsd/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 46 TextDiagnostic Renderer(OS, LangOpts, in HandleDiagnostic()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 482 SRCS_MIN+= Frontend/TextDiagnostic.cpp
|