reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/GraphTraits.h 120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
include/llvm/ADT/PostOrderIterator.h 100 using ChildItTy = typename GT::ChildIteratorType;
include/llvm/CodeGen/MachineDominators.h264 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); } 265 static ChildIteratorType child_end(NodeRef N) { return N->end(); }