Searched refs:ErrorGraph (Results 1 – 1 of 1) sorted by relevance
3115 ReportGraph ErrorGraph; in generatePathDiagnostic() local3117 while (TrimG.popNextReportGraph(ErrorGraph)) { in generatePathDiagnostic()3119 assert(ErrorGraph.Index < bugReports.size()); in generatePathDiagnostic()3120 BugReport *R = bugReports[ErrorGraph.Index]; in generatePathDiagnostic()3125 PathDiagnosticBuilder PDB(*this, R, ErrorGraph.BackMap, &PC); in generatePathDiagnostic()3126 const ExplodedNode *N = ErrorGraph.ErrorNode; in generatePathDiagnostic()