Home
last modified time | relevance | path

Searched defs:const_child_iterator (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h147 struct const_child_iterator struct
150 iterator_adaptor_base<const_child_iterator, const_child_iterator_base>; argument
153 explicit const_child_iterator(const_child_iterator_base I) : Base(I) {} in const_child_iterator() function
155 const const_child_iterator_base &wrapped() { return Base::wrapped(); } in wrapped() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h871 using const_child_iterator = IntrusiveBackList<DIE>::const_iterator; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h44 using const_child_iterator = ConstStmtIterator; variable
H A DOpenMPClause.h88 using const_child_iterator = ConstStmtIterator; variable
172 using const_child_iterator = ConstStmtIterator; variable