reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DepthFirstIterator.h
   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/ADT/SCCIterator.h
   46   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Analysis/IntervalIterator.h
  184     for (typename GT::ChildIteratorType I = GT::child_begin(Node),
  237       for (typename GT::ChildIteratorType It = GT::child_begin(Node),
include/llvm/Analysis/LoopInfoImpl.h
  173   typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
  477   typedef typename BlockTraits::ChildIteratorType SuccIterTy;
include/llvm/Analysis/RegionInfo.h
  270   using SuccIterTy = typename BlockTraits::ChildIteratorType;
  690   using SuccIterTy = typename BlockTraits::ChildIteratorType;
include/llvm/Analysis/RegionIterator.h
   43   using SuccIterTy = typename BlockTraits::ChildIteratorType;
  170   using SuccIterTy = typename BlockTraits::ChildIteratorType;
include/llvm/IR/CFG.h
  303   static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
  304   static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }