Searched refs:ErrorGraph (Results 1 – 1 of 1) sorted by relevance
3095 ReportGraph ErrorGraph; in generatePathDiagnostic() local3097 while (TrimG.popNextReportGraph(ErrorGraph)) { in generatePathDiagnostic()3099 assert(ErrorGraph.Index < bugReports.size()); in generatePathDiagnostic()3100 BugReport *R = bugReports[ErrorGraph.Index]; in generatePathDiagnostic()3105 PathDiagnosticBuilder PDB(*this, R, ErrorGraph.BackMap, &PC); in generatePathDiagnostic()3106 const ExplodedNode *N = ErrorGraph.ErrorNode; in generatePathDiagnostic()