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

References

tools/clang/include/clang/Analysis/CallGraph.h
  188   using ChildIteratorType = NodeType::iterator;
  190   static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; }
  191   static ChildIteratorType child_begin(NodeType *N) { return N->begin();  }
  192   static ChildIteratorType child_end(NodeType *N) { return N->end(); }
  207   static NodeType *getEntryNode(clang::CallGraph *CGN) {