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
92 PathDiagnosticConsumer() : flushed(false) {} function in class:clang::ento::PathDiagnosticConsumer
93 virtual ~PathDiagnosticConsumer();
108 /// Return true if the PathDiagnosticConsumer supports individual
384 /// be displayed by the PathDiagnosticConsumer.
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp190 void PathDiagnosticConsumer::anchor() { }
192 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
200 void PathDiagnosticConsumer::HandlePathDiagnostic(
210 // If the PathDiagnosticConsumer does not support diagnostics that
419 void PathDiagnosticConsumer::FlushDiagnostics(
420 PathDiagnosticConsumer::FilesMade *Files) {
458 PathDiagnosticConsumer::FilesMade::~FilesMade() {
463 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD,
485 PathDiagnosticConsumer
[all...]

Completed in 132 milliseconds