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

References

include/llvm/ADT/BreadthFirstIterator.h
   53   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/DepthFirstIterator.h
   90   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/ADT/SCCIterator.h
   46   using ChildItTy = typename GT::ChildIteratorType;
unittests/ADT/TestGraph.h
  240   static ChildIteratorType child_begin(NodeRef Node) {
  243   static ChildIteratorType child_end(NodeRef Node) {