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;
include/llvm/Support/GraphWriter.h
   72   using NodeRef = typename GTraits::NodeRef;
tools/clang/include/clang/AST/StmtGraphTraits.h
   54   static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
   56   static ChildIteratorType child_begin(NodeRef N) {
   61   static ChildIteratorType child_end(NodeRef N) {