Searched refs:DiagnosticRenderer (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | DiagnosticRenderer.cpp | 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() [all …]
|
| D | CMakeLists.txt | 23 DiagnosticRenderer.cpp
|
| D | SARIFDiagnostic.cpp | 36 : DiagnosticRenderer(LangOpts, DiagOpts), Writer(Writer) {} in SARIFDiagnostic()
|
| D | TextDiagnostic.cpp | 669 : DiagnosticRenderer(LangOpts, DiagOpts), OS(OS) {} in TextDiagnostic()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Frontend/ |
| D | DiagnosticRenderer.h | 47 class DiagnosticRenderer { 71 DiagnosticRenderer(const LangOptions &LangOpts, 74 virtual ~DiagnosticRenderer(); 142 class DiagnosticNoteRenderer : public DiagnosticRenderer { 146 : DiagnosticRenderer(LangOpts, DiagOpts) {} in DiagnosticNoteRenderer()
|
| D | SARIFDiagnostic.h | 23 class SARIFDiagnostic : public DiagnosticRenderer {
|
| D | TextDiagnostic.h | 34 class TextDiagnostic : public DiagnosticRenderer {
|
| /openbsd/src/gnu/usr.bin/clang/libclangFrontend/ |
| D | Makefile | 21 DiagnosticRenderer.cpp \
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Frontend/ |
| D | BUILD.gn | 32 "DiagnosticRenderer.cpp",
|