HomeSort by relevance Sort by last modified time
    Searched refs:DiagnosticRenderer (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===//
46 class DiagnosticRenderer {
70 DiagnosticRenderer(const LangOptions &LangOpts,
73 virtual ~DiagnosticRenderer();
154 class DiagnosticNoteRenderer : public DiagnosticRenderer {
158 : DiagnosticRenderer(LangOpts, DiagOpts) {}
TextDiagnostic.h 19 #include "clang/Frontend/DiagnosticRenderer.h"
35 class TextDiagnostic : public DiagnosticRenderer {
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 1 //===--- DiagnosticRenderer.cpp - Diagnostic Pretty-Printing --------------===//
10 #include "clang/Frontend/DiagnosticRenderer.h"
68 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts,
72 DiagnosticRenderer::~DiagnosticRenderer() {}
123 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc,
185 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {
204 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc,
229 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc
    [all...]
Android.mk 36 DiagnosticRenderer.cpp \

Completed in 80 milliseconds