Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
433 return D.getPathDiagnosticConsumers();
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAnalysisManager.h98 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp3381 for (PathDiagnosticConsumer *PDC : getPathDiagnosticConsumers()) { in FlushReport()