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

References

include/llvm/Analysis/IntervalIterator.h
  184     for (typename GT::ChildIteratorType I = GT::child_begin(Node),
  184     for (typename GT::ChildIteratorType I = GT::child_begin(Node),
  185            E = GT::child_end(Node); I != E; ++I)
  237       for (typename GT::ChildIteratorType It = GT::child_begin(Node),
  238              End = GT::child_end(Node); It != End; ++It)