Searched refs:getPathDiagnosticConsumers (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h95 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h376 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
429 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { function in class:clang::ento::BugReporter
430 return D.getPathDiagnosticConsumers();
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3406 for (PathDiagnosticConsumer *PDC : getPathDiagnosticConsumers()) {

Completed in 1034 milliseconds