Home | History | Annotate | Download | only in Frontend

Lines Matching refs: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,
183 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) {
191 void DiagnosticRenderer::emitBasicNote(StringRef Message) {
208 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc,
233 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc,
262 void DiagnosticRenderer::emitImportStack(SourceLocation Loc,
276 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc,
296 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) {
450 void DiagnosticRenderer::emitCaret(SourceLocation Loc,
462 void DiagnosticRenderer::emitSingleMacroExpansion(
561 void DiagnosticRenderer::emitMacroExpansions(SourceLocation Loc,