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

References

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  479   Node->Profile(ID, *Context, true);
  486     Begin = Context->getSourceManager().getSpellingLoc(Begin);
  558       ExprType = Call->getCallReturnType(*Context);
  578         Base->getExprLoc(), 0, Context->getSourceManager(),
  579         Context->getLangOpts());
  610     if (isIndexInSubscriptExpr(Context, MemberCall->getArg(0), IndexVar,
  618   if (containsExpr(Context, &DependentExprs, Member->getBase()))
  656     if (isIndexInSubscriptExpr(Context, OpCall->getArg(1), IndexVar,
  695        !areSameExpr(Context, Arr->IgnoreParenImpCasts(),
  697       !arrayMatchesBoundExpr(Context, Arr->IgnoreImpCasts()->getType(),
  750   if (containsExpr(Context, &DependentExprs, E))
  801       isAliasDecl(Context, S->getSingleDecl(), IndexVar)) {