Home
last modified time | relevance | path

Searched refs:DiagnosticRenderer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp32 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()
[all …]
H A DTextDiagnostic.cpp659 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS), PP(PP) {} in TextDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h47 class DiagnosticRenderer {
71 DiagnosticRenderer(const LangOptions &LangOpts,
74 virtual ~DiagnosticRenderer();
142 class DiagnosticNoteRenderer : public DiagnosticRenderer {
146 : DiagnosticRenderer(LangOpts, DiagOpts) {} in DiagnosticNoteRenderer()
H A DSARIFDiagnostic.h23 class SARIFDiagnostic : public DiagnosticRenderer {
H A DTextDiagnostic.h35 class TextDiagnostic : public DiagnosticRenderer {
/freebsd/lib/clang/libclang/
H A DMakefile458 SRCS_MIN+= Frontend/DiagnosticRenderer.cpp