HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticRenderer (Results 1 - 2 of 2) 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) {}
  /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...]

Completed in 23 milliseconds