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 53 class PathDiagnosticConsumer {
84 PathDiagnosticConsumer() : flushed(false) {}
85 virtual ~PathDiagnosticConsumer();
101 /// Return true if the PathDiagnosticConsumer supports individual
357 /// be displayed by the PathDiagnosticConsumer.
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 122 void PathDiagnosticConsumer::anchor() { }
124 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
132 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
143 // If the PathDiagnosticConsumer does not support diagnostics that
359 void PathDiagnosticConsumer::FlushDiagnostics(
360 PathDiagnosticConsumer::FilesMade *Files) {
391 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD,
413 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
414 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD)
    [all...]

Completed in 24 milliseconds