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

Declarations

tools/clang/include/clang/Analysis/CFG.h
 1511   using ChildIteratorType = ::clang::CFGBlock::const_pred_iterator;

References

include/llvm/ADT/GraphTraits.h
  120 iterator_range<typename GraphTraits<GraphType>::ChildIteratorType>
  127 iterator_range<typename GraphTraits<Inverse<GraphType>>::ChildIteratorType>
tools/clang/include/clang/Analysis/CFG.h
 1502   static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }
 1503   static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }
 1517   static ChildIteratorType child_begin(NodeRef N) { return N->pred_begin(); }
 1518   static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); }