Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2843 bool popNextReportGraph(ReportGraph &GraphWrapper);
2905 bool TrimmedGraph::popNextReportGraph(ReportGraph &GraphWrapper) { in popNextReportGraph() argument
2910 std::tie(OrigN, GraphWrapper.Index) = ReportNodes.pop_back_val(); in popNextReportGraph()
2917 GraphWrapper.BackMap.clear(); in popNextReportGraph()
2931 GraphWrapper.BackMap[NewN] = IMitr->second; in popNextReportGraph()
2937 GraphWrapper.ErrorNode = NewN; in popNextReportGraph()
2953 GraphWrapper.Graph = std::move(GNew); in popNextReportGraph()