Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp68 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, in DiagnosticRenderer() function in DiagnosticRenderer
72 DiagnosticRenderer::~DiagnosticRenderer() {} in ~DiagnosticRenderer()
123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic()
185 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()
204 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack()
229 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively()
258 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack()
272 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively()
294 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack()
381 void DiagnosticRenderer::emitCaret(SourceLocation Loc, in emitCaret()
[all …]
DCMakeLists.txt13 DiagnosticRenderer.cpp
DAndroid.mk36 DiagnosticRenderer.cpp \
DTextDiagnostic.cpp675 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS) {} in TextDiagnostic()
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h46 class DiagnosticRenderer {
70 DiagnosticRenderer(const LangOptions &LangOpts,
73 virtual ~DiagnosticRenderer();
154 class DiagnosticNoteRenderer : public DiagnosticRenderer {
158 : DiagnosticRenderer(LangOpts, DiagOpts) {} in DiagnosticNoteRenderer()
DTextDiagnostic.h35 class TextDiagnostic : public DiagnosticRenderer {