HomeSort by relevance Sort by last modified time
    Searched defs:PathDiagnosticConsumer (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 55 class PathDiagnosticConsumer {
92 PathDiagnosticConsumer() : flushed(false) {}
93 virtual ~PathDiagnosticConsumer();
108 /// Return true if the PathDiagnosticConsumer supports individual
384 /// be displayed by the PathDiagnosticConsumer.
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 190 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::PDFileEntry::ConsumerFiles
    [all...]

Completed in 24 milliseconds