Searched refs:StoreDiagnostics (Results 1 – 1 of 1) sorted by relevance
25 class StoreDiagnostics : public DiagnosticConsumer { class31 StoreDiagnostics(std::vector<StoredDiagnostic> &Out, bool ReportErrors) in StoreDiagnostics() function in clang::__anone8e15ac50111::StoreDiagnostics86 Clang->createDiagnostics(new StoreDiagnostics(Diagnostics, !ErrorOK)); in TestAST()