Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp562 class StoredDiagnosticConsumer : public DiagnosticConsumer { class
567 explicit StoredDiagnosticConsumer( in StoredDiagnosticConsumer() function in __anon5a88eb930211::StoredDiagnosticConsumer
585 StoredDiagnosticConsumer Client;
609 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic()
649 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics)); in ConfigureDiags()