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;
tools/clang/include/clang/Analysis/CallGraph.h
  191   static ChildIteratorType child_begin(NodeType *N) { return N->begin();  }
  192   static ChildIteratorType child_end(NodeType *N) { return N->end(); }