Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h396 using const_node_iterator = AllNodesTy::const_iterator; variable
402 const_node_iterator nodes_begin() const { return Nodes.begin(); } in nodes_begin()
404 const_node_iterator nodes_end() const { return Nodes.end(); } in nodes_end()