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

References

include/llvm/ADT/DepthFirstIterator.h
   86     : public std::iterator<std::forward_iterator_tag, typename GT::NodeRef>,
   88   using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
   89   using NodeRef = typename GT::NodeRef;
tools/clang/include/clang/Analysis/Analyses/Dominators.h
  356   static NodeRef getEntryNode(NodeRef N) { return N; }
  356   static NodeRef getEntryNode(NodeRef N) { return N; }
  357   static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
  358   static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  374   static NodeRef getEntryNode(clang::CFGDomTree *DT) {