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

References

tools/clang/include/clang/Analysis/CallGraph.h
  202   static ChildIteratorType child_end(NodeType *N) { return N->end(); }
tools/clang/lib/Analysis/CallGraph.cpp
  232                                        CE = N->end(); CI != CE; ++CI) {
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)