Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
433 return D.getPathDiagnosticConsumers();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h98 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3383 for (PathDiagnosticConsumer *PDC : getPathDiagnosticConsumers()) { in FlushReport()