Home
last modified time | relevance | path

Searched refs:generatePathDiagnostic (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h449 virtual bool generatePathDiagnostic(PathDiagnostic& pathDiagnostic,
514 bool generatePathDiagnostic(PathDiagnostic &PD, PathDiagnosticConsumer &PC,
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3079 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic() function in GRBugReporter
3436 if (!generatePathDiagnostic(*D.get(), PD, bugReports)) in FlushReport()