Home
last modified time | relevance | path

Searched refs:const_child_iterator_base (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h172 using const_child_iterator_base = variable
175 : iterator_adaptor_base<const_child_iterator, const_child_iterator_base> {
177 iterator_adaptor_base<const_child_iterator, const_child_iterator_base>;
180 explicit const_child_iterator(const_child_iterator_base I) : Base(I) {} in const_child_iterator()
182 const const_child_iterator_base &wrapped() { return Base::wrapped(); } in wrapped()