Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h148 void HandlePathDiagnostic(std::unique_ptr<PathDiagnostic> D);
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp141 void PathDiagnosticConsumer::HandlePathDiagnostic( in HandlePathDiagnostic() function in PathDiagnosticConsumer
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3112 Consumer->HandlePathDiagnostic(std::move(PD)); in FlushReport()