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/AST/StmtGraphTraits.h
   28   static NodeRef getEntryNode(clang::Stmt *S) { return S; }
   30   static ChildIteratorType child_begin(NodeRef N) {
   35   static ChildIteratorType child_end(NodeRef N) {