Home
last modified time | relevance | path

Searched refs:SARIFDiagnostic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h23 class SARIFDiagnostic : public DiagnosticRenderer {
25 SARIFDiagnostic(raw_ostream &OS, const LangOptions &LangOpts,
28 ~SARIFDiagnostic() = default;
30 SARIFDiagnostic &operator=(const SARIFDiagnostic &&) = delete;
31 SARIFDiagnostic(SARIFDiagnostic &&) = delete;
32 SARIFDiagnostic &operator=(const SARIFDiagnostic &) = delete;
33 SARIFDiagnostic(const SARIFDiagnostic &) = delete;
H A DSARIFDiagnosticPrinter.h27 class SARIFDiagnostic; variable
66 std::unique_ptr<SARIFDiagnostic> SARIFDiag;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp37 SARIFDiag = std::make_unique<SARIFDiagnostic>(OS, LO, &*DiagOpts, &*Writer); in BeginSourceFile()
/freebsd/lib/clang/libclang/
H A DMakefile477 SRCS_MIN+= Frontend/SARIFDiagnostic.cpp