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

/external/clang/lib/Basic/
H A DDiagnostic.cpp40 DiagnosticConsumer *client, bool ShouldOwnClient)
71 void DiagnosticsEngine::setClient(DiagnosticConsumer *client,
335 assert(Client && "DiagnosticConsumer not set!");
365 // DiagnosticConsumer.
381 DiagnosticConsumer::~DiagnosticConsumer() {}
383 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
958 /// DiagnosticConsumer should be included in the number of diagnostics
960 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; }
973 DiagnosticConsumer
[all...]

Completed in 86 milliseconds