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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  634 bool matchesFirstInPointerRange(const MatcherT &Matcher, IteratorT Start,
  635                                 IteratorT End, ASTMatchFinder *Finder,
  637   for (IteratorT I = Start; I != End; ++I) {