Searched refs:const_child_range (Results 1 – 3 of 3) sorted by relevance
650 typedef iterator_range<const_child_iterator> const_child_range; typedef655 const_child_range children() const { in children()
396 typedef llvm::iterator_range<const_child_iterator> const_child_range; in LLVM_ALIGNAS() typedef399 const_child_range children() const { in LLVM_ALIGNAS()401 return const_child_range(Children.begin(), Children.end()); in LLVM_ALIGNAS()629 const_child_range children() const { in children()630 return const_child_range(child_iterator(Body), in children()
63 typedef llvm::iterator_range<const_child_iterator> const_child_range; typedef66 const_child_range children() const { in children()68 return const_child_range(Children.begin(), Children.end()); in children()