Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp25 class StoreDiagnostics : public DiagnosticConsumer { class
31 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() function in clang::__anone8e15ac50111::StoreDiagnostics
86 Clang->createDiagnostics(new StoreDiagnostics(Diagnostics, !ErrorOK)); in TestAST()