Home
last modified time | relevance | path

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

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