Home
last modified time | relevance | path

Searched refs:isIndexInSubscriptExpr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp253 static bool isIndexInSubscriptExpr(const Expr *IndexExpr, in isIndexInSubscriptExpr() function
287 static bool isIndexInSubscriptExpr(ASTContext *Context, const Expr *IndexExpr, in isIndexInSubscriptExpr() function
290 if (!SourceExpr || !Obj || !isIndexInSubscriptExpr(IndexExpr, IndexVar)) in isIndexInSubscriptExpr()
384 return isIndexInSubscriptExpr(E->getIdx(), IndexVar); in isAliasDecl()
396 return isIndexInSubscriptExpr(OpCall->getArg(1), IndexVar); in isAliasDecl()
408 return isIndexInSubscriptExpr(MemCall->getArg(0), IndexVar); in isAliasDecl()
611 if (isIndexInSubscriptExpr(Context, MemberCall->getArg(0), IndexVar, in TraverseCXXMemberCallExpr()
657 if (isIndexInSubscriptExpr(Context, OpCall->getArg(1), IndexVar, in TraverseCXXOperatorCallExpr()
692 if (!isIndexInSubscriptExpr(E->getIdx(), IndexVar)) in TraverseArraySubscriptExpr()