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/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  516     static NodeRef getEntryNode(const GraphTy G) {
  520     static bool predecessorOfTrivial(NodeRef N) {
  524     static ChildIteratorType child_begin(NodeRef N) {
  530     static ChildIteratorType child_end(NodeRef N) {