Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h94 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h573 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
611 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { in getPathDiagnosticConsumers() function
612 return D.getPathDiagnosticConsumers(); in getPathDiagnosticConsumers()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3114 ArrayRef<PathDiagnosticConsumer*> Consumers = getPathDiagnosticConsumers(); in FlushReport()