Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DiagnosticRenderer

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,
190 void DiagnosticRenderer::emitIncludeStackRecursively(FullSourceLoc Loc) {
219 void DiagnosticRenderer::emitImportStack(FullSourceLoc Loc) {
231 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc,
249 void DiagnosticRenderer::emitModuleBuildStack(const SourceManager &SM) {
424 void DiagnosticRenderer::emitCaret(FullSourceLoc Loc,
435 void DiagnosticRenderer::emitSingleMacroExpansion(
532 void DiagnosticRenderer::emitMacroExpansions(FullSourceLoc Loc,