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

/external/clang/lib/Frontend/
H A DASTUnit.cpp583 class StoredDiagnosticConsumer : public DiagnosticConsumer { class in namespace:__anon15257
588 explicit StoredDiagnosticConsumer( function in class:__anon15257::StoredDiagnosticConsumer
606 StoredDiagnosticConsumer Client;
630 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
669 Client = new StoredDiagnosticConsumer(AST.StoredDiagnostics);
674 Diags->setClient(new StoredDiagnosticConsumer(AST.StoredDiagnostics));

Completed in 58 milliseconds