Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2848 bool popNextReportGraph(ReportGraph &GraphWrapper);
2910 bool TrimmedGraph::popNextReportGraph(ReportGraph &GraphWrapper) { in popNextReportGraph() argument
2915 std::tie(OrigN, GraphWrapper.Index) = ReportNodes.pop_back_val(); in popNextReportGraph()
2922 GraphWrapper.BackMap.clear(); in popNextReportGraph()
2936 GraphWrapper.BackMap[NewN] = IMitr->second; in popNextReportGraph()
2942 GraphWrapper.ErrorNode = NewN; in popNextReportGraph()
2958 GraphWrapper.Graph = std::move(GNew); in popNextReportGraph()