Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h115 void HandlePathDiagnostic(std::unique_ptr<PathDiagnostic> D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp215 void PathDiagnosticConsumer::HandlePathDiagnostic( in HandlePathDiagnostic() function in PathDiagnosticConsumer
H A DBugReporter.cpp2991 Consumer->HandlePathDiagnostic(std::move(PD)); in FlushReport()