Searched refs:DiagnosticRenderer (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
44 class DiagnosticRenderer { class in namespace:clang
69 DiagnosticRenderer(const SourceManager &SM,
73 virtual ~DiagnosticRenderer();
132 class DiagnosticNoteRenderer : public DiagnosticRenderer {
137 : DiagnosticRenderer(SM, LangOpts, DiagOpts) {}
H A DTextDiagnostic.h19 #include "clang/Frontend/DiagnosticRenderer.h"
37 class TextDiagnostic : public DiagnosticRenderer {
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp1 //===--- DiagnosticRenderer.cpp - Diagnostic Pretty-Printing --------------===//
10 #include "clang/Frontend/DiagnosticRenderer.h"
126 DiagnosticRenderer::DiagnosticRenderer(const SourceManager &SM, function in class:DiagnosticRenderer
131 DiagnosticRenderer::~DiagnosticRenderer() {}
182 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc,
230 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {
247 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc,
262 void DiagnosticRenderer
[all...]
H A DAndroid.mk34 DiagnosticRenderer.cpp \

Completed in 41 milliseconds