Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h397 using const_node_iterator = AllNodesTy::const_iterator; variable
401 llvm::iterator_range<const_node_iterator> nodes() const { return Nodes; } in nodes()