Searched refs:ChildIterator (Results 1 – 4 of 4) sorted by relevance
195 struct ChildIterator : ChildIteratorBase<ChildIterator, Node> { struct202 ConstChildIterator(const ChildIterator &I) : Base(I.asPointer()) {} in ConstChildIterator()205 llvm::iterator_range<ChildIterator> getChildren() { in getChildren()206 return {ChildIterator(getFirstChild()), ChildIterator()}; in getChildren()
328 template <class Node, class ChildIterator>331 using ChildIteratorType = ChildIterator;
239 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase {241 using ChildIteratorType = ChildIterator;
1637 using ChildIterator = std::unordered_set<DisplayNode *>::const_iterator; typedef in __anon94a753662a11::DisplayNode1638 ChildIterator children_begin() const { return Children.cbegin(); } in children_begin()1639 ChildIterator children_end() const { return Children.cend(); } in children_end()2117 using ChildIteratorType = DisplayNode::ChildIterator;2165 DisplayNode::ChildIterator &To) { in getEdgeSourceLabel()2169 DisplayNode::ChildIterator &To, in getEdgeAttributes()