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

Declarations

include/llvm/Analysis/LazyCallGraph.h
 1249   using ChildIteratorType = LazyCallGraph::EdgeSequence::iterator;

References

include/llvm/Analysis/LazyCallGraph.h
 1244   static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); }
 1245   static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); }
 1252   static ChildIteratorType child_begin(NodeRef N) { return (*N)->begin(); }
 1253   static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); }