Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h102 void HandlePathDiagnostic(std::unique_ptr<PathDiagnostic> D);
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp196 void PathDiagnosticConsumer::HandlePathDiagnostic( in HandlePathDiagnostic() function in PathDiagnosticConsumer
DBugReporter.cpp3443 PD.HandlePathDiagnostic(std::move(D)); in FlushReport()