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

  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 72 void PathDiagnosticConsumer::anchor() { }
74 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
82 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
93 // If the PathDiagnosticConsumer does not support diagnostics that
210 PathDiagnosticConsumer::FlushDiagnostics(SmallVectorImpl<std::string> *Files) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 53 class PathDiagnosticConsumer {
56 PathDiagnosticConsumer() : flushed(false) {}
57 virtual ~PathDiagnosticConsumer();
75 /// Return true if the PathDiagnosticConsumer supports individual
298 /// be displayed by the PathDiagnosticConsumer.

Completed in 232 milliseconds