Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DiagnosticRenderer

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,
258 void DiagnosticRenderer::emitImportStack(SourceLocation Loc,
272 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc,
294 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) {
381 void DiagnosticRenderer::emitCaret(SourceLocation Loc,
403 void DiagnosticRenderer::emitMacroExpansions(SourceLocation Loc,