Home
last modified time | relevance | path

Searched refs:TextDiagnostic (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp654 TextDiagnostic::TextDiagnostic(raw_ostream &OS, const LangOptions &LangOpts, in TextDiagnostic() function in TextDiagnostic
659 TextDiagnostic::~TextDiagnostic() {} in ~TextDiagnostic()
661 void TextDiagnostic::emitDiagnosticMessage( in emitDiagnosticMessage()
683 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel()
714 void TextDiagnostic::printDiagnosticMessage(raw_ostream &OS, in printDiagnosticMessage()
740 void TextDiagnostic::emitFilename(StringRef Filename, const SourceManager &SM) { in emitFilename()
782 void TextDiagnostic::emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
881 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation()
890 void TextDiagnostic::emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation()
899 void TextDiagnostic::emitBuildingModuleLocation(FullSourceLoc Loc, in emitBuildingModuleLocation()
[all …]
H A DTextDiagnosticPrinter.cpp35 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 DTextDiagnostic.h35 class TextDiagnostic : public DiagnosticRenderer {
40 TextDiagnostic(raw_ostream &OS, const LangOptions &LangOpts,
43 ~TextDiagnostic() override;
H A DTextDiagnosticPrinter.h25 class TextDiagnostic; variable
32 std::unique_ptr<TextDiagnostic> TextDiag;
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp46 TextDiagnostic Renderer(OS, LangOpts, in HandleDiagnostic()
/freebsd/lib/clang/libclang/
H A DMakefile512 SRCS_MIN+= Frontend/TextDiagnostic.cpp