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

References

include/llvm/ADT/PostOrderIterator.h
  100   using ChildItTy = typename GT::ChildIteratorType;
include/llvm/Support/GraphWriter.h
   74   using child_iterator = typename GTraits::ChildIteratorType;
tools/clang/include/clang/Analysis/CFG.h
 1487   static ChildIteratorType child_begin(NodeRef N) { return N->succ_begin(); }
 1488   static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); }