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 188 void PathDiagnosticConsumer::anchor() { }
190 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
198 void PathDiagnosticConsumer::HandlePathDiagnostic(
208 // If the PathDiagnosticConsumer does not support diagnostics that
417 void PathDiagnosticConsumer::FlushDiagnostics(
418 PathDiagnosticConsumer::FilesMade *Files) {
456 PathDiagnosticConsumer::FilesMade::~FilesMade() {
461 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD,
483 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles
    [all...]

Completed in 62 milliseconds