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

References

tools/clang/include/clang/Analysis/CallGraph.h
  198   using ChildIteratorType = NodeType::const_iterator;
  200   static NodeType *getEntryNode(const clang::CallGraphNode *CGN) { return CGN; }
  201   static ChildIteratorType child_begin(NodeType *N) { return N->begin();}
  202   static ChildIteratorType child_end(NodeType *N) { return N->end(); }
  233   static NodeType *getEntryNode(const clang::CallGraph *CGN) {