Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp26 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, in DiagnosticRenderer() function in DiagnosticRenderer
30 DiagnosticRenderer::~DiagnosticRenderer() {} in ~DiagnosticRenderer()
81 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic()
141 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()
149 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote()
166 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack()
192 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively()
221 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack()
235 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively()
255 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack()
[all …]
DCMakeLists.txt28 DiagnosticRenderer.cpp
DTextDiagnostic.cpp670 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS) {} in TextDiagnostic()
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h46 class DiagnosticRenderer {
70 DiagnosticRenderer(const LangOptions &LangOpts,
73 virtual ~DiagnosticRenderer();
155 class DiagnosticNoteRenderer : public DiagnosticRenderer {
159 : DiagnosticRenderer(LangOpts, DiagOpts) {} in DiagnosticNoteRenderer()
DTextDiagnostic.h35 class TextDiagnostic : public DiagnosticRenderer {