HomeSort by: relevance | last modified time | path
    Searched defs:DiagnosticRenderer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
DiagnosticRenderer.h 1 //===- DiagnosticRenderer.h - Diagnostic Pretty-Printing --------*- C++ -*-===//
47 class DiagnosticRenderer {
71 DiagnosticRenderer(const LangOptions &LangOpts,
74 virtual ~DiagnosticRenderer();
142 class DiagnosticNoteRenderer : public DiagnosticRenderer {
146 : DiagnosticRenderer(LangOpts, DiagOpts) {}
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 1 //===- DiagnosticRenderer.cpp - Diagnostic Pretty-Printing ----------------===//
9 #include "clang/Frontend/DiagnosticRenderer.h"
33 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts,
37 DiagnosticRenderer::~DiagnosticRenderer() = default;
87 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc,
143 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {
149 void DiagnosticRenderer::emitBasicNote(StringRef Message) {
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc
    [all...]

Completed in 14 milliseconds