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

References

tools/clang/include/clang/Analysis/CallGraph.h
  201   static ChildIteratorType child_begin(NodeType *N) { return N->begin();}
tools/clang/lib/Analysis/CallGraph.cpp
  231     for (CallGraphNode::const_iterator CI = N->begin(),
tools/clang/tools/extra/clang-move/HelperDeclRefGraph.cpp
   29     for (auto CI = N->begin(), CE = N->end(); CI != CE; ++CI) {
   82         for (auto It = Node->begin(), End = Node->end(); It != End; ++It)