Lines Matching defs:BugPath
220 std::unique_ptr<const ExplodedGraph> BugPath;
242 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1996 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1999 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r),
2541 std::unique_ptr<ExplodedGraph> BugPath;
2707 CurrentBugPath.BugPath = std::move(GNew);
2871 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) {
2873 PathSensitiveBugReport *R = BugPath->Report;
2876 const ExplodedNode *ErrorNode = BugPath->ErrorNode;
2904 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC);
2920 return PathDiagnosticBuilder(std::move(BRC), std::move(BugPath->BugPath),
2921 BugPath->Report, BugPath->ErrorNode,