Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp26 class StoreDiagnostics : public DiagnosticConsumer { class
32 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() function in clang::__anonf02acea40111::StoreDiagnostics
87 Clang->createDiagnostics(new StoreDiagnostics(Diagnostics, !ErrorOK)); in TestAST()