Searched defs:child_iterator (Results 1 – 6 of 6) sorted by relevance
111 child_iterator() : child(Child(nullptr, nullptr, nullptr)) {} in child_iterator() function112 child_iterator(const Child &c) : child(c) {} in child_iterator() function113 child_iterator(std::error_code EC) : child(EC) {} in child_iterator() function
64 typedef typename GTraits::ChildIteratorType child_iterator; typedef
647 typedef IntrusiveBackList<DIE>::iterator child_iterator; typedef
228 typedef Comment * const *child_iterator; typedef
60 typedef StmtIterator child_iterator; typedef
392 typedef StmtIterator child_iterator; in LLVM_ALIGNAS() typedef