Home
last modified time | relevance | path

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

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