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.h98 void HandlePathDiagnostic(PathDiagnostic *D);
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp200 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) { in HandlePathDiagnostic() function in PathDiagnosticConsumer
DBugReporter.cpp3468 PD.HandlePathDiagnostic(D.release()); in FlushReport()