Searched refs:DiagnosticRenderer (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 68 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, in DiagnosticRenderer() function in DiagnosticRenderer 72 DiagnosticRenderer::~DiagnosticRenderer() {} in ~DiagnosticRenderer() 123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() 183 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic() 191 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() 208 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack() 233 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively() 262 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack() 276 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively() 296 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack() [all …]
|
D | CMakeLists.txt | 22 DiagnosticRenderer.cpp
|
D | Android.mk | 35 DiagnosticRenderer.cpp \
|
D | TextDiagnostic.cpp | 670 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS) {} in TextDiagnostic()
|
/external/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 46 class DiagnosticRenderer { 70 DiagnosticRenderer(const LangOptions &LangOpts, 73 virtual ~DiagnosticRenderer(); 155 class DiagnosticNoteRenderer : public DiagnosticRenderer { 159 : DiagnosticRenderer(LangOpts, DiagOpts) {} in DiagnosticNoteRenderer()
|
D | TextDiagnostic.h | 35 class TextDiagnostic : public DiagnosticRenderer {
|