Home
last modified time | relevance | path

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

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