Searched refs:SARIFDiagnostic (Results 1 – 4 of 4) sorted by relevance
23 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;
27 class SARIFDiagnostic; variable66 std::unique_ptr<SARIFDiagnostic> SARIFDiag;
37 SARIFDiag = std::make_unique<SARIFDiagnostic>(OS, LO, &*DiagOpts, &*Writer); in BeginSourceFile()
477 SRCS_MIN+= Frontend/SARIFDiagnostic.cpp