Searched defs:const_node_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h334 typedef AllNodesTy::const_iterator const_node_iterator; typedef in class:clang::ento::ExplodedGraph
340 const_node_iterator nodes_begin() const { return Nodes.begin(); }
342 const_node_iterator nodes_end() const { return Nodes.end(); }

Completed in 304 milliseconds