Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp259 static bool isIndexInSubscriptExpr(const Expr *IndexExpr, in isIndexInSubscriptExpr() function
293 static bool isIndexInSubscriptExpr(ASTContext *Context, const Expr *IndexExpr, in isIndexInSubscriptExpr() function
296 if (!SourceExpr || !Obj || !isIndexInSubscriptExpr(IndexExpr, IndexVar)) in isIndexInSubscriptExpr()
390 return isIndexInSubscriptExpr(E->getIdx(), IndexVar); in isAliasDecl()
402 isIndexInSubscriptExpr(OpCall->getArg(1), IndexVar); in isAliasDecl()
414 return isIndexInSubscriptExpr(MemCall->getArg(0), IndexVar); in isAliasDecl()
617 if (isIndexInSubscriptExpr(Context, MemberCall->getArg(0), IndexVar, in TraverseCXXMemberCallExpr()
663 if (isIndexInSubscriptExpr(Context, OpCall->getArg(1), IndexVar, in TraverseCXXOperatorCallExpr()
698 if (!isIndexInSubscriptExpr(E->getIdx(), IndexVar)) in TraverseArraySubscriptExpr()