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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h54 class PathDiagnosticConsumer { class in namespace:clang::ento
85 PathDiagnosticConsumer() : flushed(false) {} function in class:clang::ento::PathDiagnosticConsumer
86 virtual ~PathDiagnosticConsumer();
102 /// Return true if the PathDiagnosticConsumer supports individual
374 /// be displayed by the PathDiagnosticConsumer.
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp188 void PathDiagnosticConsumer::anchor() { }
190 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
198 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
209 // If the PathDiagnosticConsumer does not support diagnostics that
430 void PathDiagnosticConsumer::FlushDiagnostics(
431 PathDiagnosticConsumer::FilesMade *Files) {
462 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD,
484 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
485 PathDiagnosticConsumer
[all...]

Completed in 77 milliseconds