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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h55 class PathDiagnosticConsumer { class in namespace:clang::ento
88 PathDiagnosticConsumer() : flushed(false) {} function in class:clang::ento::PathDiagnosticConsumer
89 virtual ~PathDiagnosticConsumer();
104 /// Return true if the PathDiagnosticConsumer supports individual
380 /// be displayed by the PathDiagnosticConsumer.
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp190 void PathDiagnosticConsumer::anchor() { }
192 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
200 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
211 // If the PathDiagnosticConsumer does not support diagnostics that
420 void PathDiagnosticConsumer::FlushDiagnostics(
421 PathDiagnosticConsumer::FilesMade *Files) {
455 PathDiagnosticConsumer::FilesMade::~FilesMade() {
460 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD,
482 PathDiagnosticConsumer
[all...]

Completed in 94 milliseconds