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

/external/clang/lib/Frontend/
H A DASTUnit.cpp570 class StoredDiagnosticConsumer : public DiagnosticConsumer { class in namespace:__anon17906
575 explicit StoredDiagnosticConsumer( function in class:__anon17906::StoredDiagnosticConsumer
593 StoredDiagnosticConsumer Client;
617 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
656 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
661 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));

Completed in 121 milliseconds