Searched refs:ChildIterator (Results 1 – 4 of 4) sorted by relevance
161 class ChildIterator { class in llvm::Graph170 ChildIterator(); // Disable default constructor.172 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {} in ChildIterator() function in llvm::Graph::ChildIterator176 ChildIterator(const ChildIterator& other) : FirstNode(other.FirstNode), in ChildIterator() function in llvm::Graph::ChildIterator180 bool operator==(const ChildIterator &other) const { in operator ==()184 bool operator!=(const ChildIterator &other) const { in operator !=()189 ChildIterator& operator++() { in operator ++()202 ChildIterator operator++(int) { in operator ++()203 ChildIterator Result(*this); in operator ++()222 static ChildIterator child_begin(NodeType *Parent) { in child_begin()[all …]
35 public class ChildIterator extends LocPathIterator class49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator() method in ChildIterator
191 iter = new ChildIterator(compiler, opPos, analysis); in newDTMIterator()
29 typedef ChildMap::const_iterator ChildIterator; typedef in __anonf83aa6ab0111::ClangASTNodesEmitter78 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base); in EmitNode()