Home
last modified time | relevance | path

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

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