Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DTextDiagnostic.h35 class TextDiagnostic : public DiagnosticRenderer {
39 TextDiagnostic(raw_ostream &OS,
43 ~TextDiagnostic() override;
DTextDiagnosticPrinter.h26 class TextDiagnostic; variable
33 std::unique_ptr<TextDiagnostic> TextDiag;
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp42 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts)); in BeginSourceFile()
139 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, in HandleDiagnostic()
141 TextDiagnostic::printDiagnosticMessage(OS, Level, DiagMessageStream.str(), in HandleDiagnostic()
DTextDiagnostic.cpp667 TextDiagnostic::TextDiagnostic(raw_ostream &OS, in TextDiagnostic() function in TextDiagnostic
672 TextDiagnostic::~TextDiagnostic() {} in ~TextDiagnostic()
675 TextDiagnostic::emitDiagnosticMessage(SourceLocation Loc, in emitDiagnosticMessage()
700 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel()
741 void TextDiagnostic::printDiagnosticMessage(raw_ostream &OS, in printDiagnosticMessage()
773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
883 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
893 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation()
903 void TextDiagnostic::emitBuildingModuleLocation(SourceLocation Loc, in emitBuildingModuleLocation()
1066 void TextDiagnostic::emitSnippetAndCaret( in emitSnippetAndCaret()
[all …]
DCMakeLists.txt45 TextDiagnostic.cpp