Lines Matching refs:DiagnosticRenderer
32 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts, in DiagnosticRenderer() function in DiagnosticRenderer
36 DiagnosticRenderer::~DiagnosticRenderer() = default;
86 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic()
142 void DiagnosticRenderer::emitStoredDiagnostic(StoredDiagnostic &Diag) { in emitStoredDiagnostic()
148 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote()
164 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack()
189 void DiagnosticRenderer::emitIncludeStackRecursively(FullSourceLoc Loc) { in emitIncludeStackRecursively()
218 void DiagnosticRenderer::emitImportStack(FullSourceLoc Loc) { in emitImportStack()
230 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively()
248 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) { in emitModuleBuildStack()
423 void DiagnosticRenderer::emitCaret(FullSourceLoc Loc, in emitCaret()
434 void DiagnosticRenderer::emitSingleMacroExpansion( in emitSingleMacroExpansion()
529 void DiagnosticRenderer::emitMacroExpansions(FullSourceLoc Loc, in emitMacroExpansions()