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) {
193 void DiagnosticRenderer::emitBasicNote(StringRef Message) {
210 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc,
235 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc,
264 void DiagnosticRenderer::emitImportStack(SourceLocation Loc,
278 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc,
300 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) {
387 void DiagnosticRenderer::emitCaret(SourceLocation Loc,
409 void DiagnosticRenderer::emitMacroExpansions(SourceLocation Loc,