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.h452 virtual bool generatePathDiagnostic(PathDiagnostic& pathDiagnostic,
517 bool generatePathDiagnostic(PathDiagnostic &PD, PathDiagnosticConsumer &PC,
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3054 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic() function in GRBugReporter
3413 if (!generatePathDiagnostic(*D.get(), PD, bugReports)) in FlushReport()