Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DTextDiagnostic.h35 class TextDiagnostic : public DiagnosticRenderer {
39 TextDiagnostic(raw_ostream &OS,
43 virtual ~TextDiagnostic();
DTextDiagnosticPrinter.h26 class TextDiagnostic; variable
33 OwningPtr<TextDiagnostic> TextDiag;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnostic.cpp672 TextDiagnostic::TextDiagnostic(raw_ostream &OS, in TextDiagnostic() function in TextDiagnostic
677 TextDiagnostic::~TextDiagnostic() {} in ~TextDiagnostic()
680 TextDiagnostic::emitDiagnosticMessage(SourceLocation Loc, in emitDiagnosticMessage()
704 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel()
743 TextDiagnostic::printDiagnosticMessage(raw_ostream &OS, in printDiagnosticMessage()
781 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
880 void TextDiagnostic::emitBasicNote(StringRef Message) { in emitBasicNote()
886 void TextDiagnostic::emitIncludeLocation(SourceLocation Loc, in emitIncludeLocation()
896 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation()
906 void TextDiagnostic::emitBuildingModuleLocation(SourceLocation Loc, in emitBuildingModuleLocation()
[all …]
DTextDiagnosticPrinter.cpp42 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts)); in BeginSourceFile()
135 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors, in HandleDiagnostic()
137 TextDiagnostic::printDiagnosticMessage(OS, Level, DiagMessageStream.str(), in HandleDiagnostic()
/freebsd-10-stable/lib/clang/libclangfrontend/
DMakefile32 TextDiagnostic.cpp \