Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp24 class StoreDiagnostics : public DiagnosticConsumer { class
30 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() function in clang::__anon83e3473f0111::StoreDiagnostics
85 Clang->createDiagnostics(new StoreDiagnostics(Diagnostics, !ErrorOK)); in TestAST()