Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp560 class StoredDiagnosticConsumer : public DiagnosticConsumer { class
565 explicit StoredDiagnosticConsumer( in StoredDiagnosticConsumer() function in __anon5a88eb930211::StoredDiagnosticConsumer
583 StoredDiagnosticConsumer Client;
607 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
647 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics)); in ConfigureDiags()