Searched defs:child_iterator (Results 1 – 4 of 4) sorted by relevance
112 child_iterator() : child(Child(nullptr, nullptr)) {} in child_iterator() function113 child_iterator(const Child &c) : child(c) {} in child_iterator() function
64 typedef typename GTraits::ChildIteratorType child_iterator; typedef
228 typedef Comment * const *child_iterator; typedef
406 typedef StmtIterator child_iterator; in LLVM_ALIGNAS() typedef