Home
last modified time | relevance | path

Searched defs:IndexVar (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp254 const VarDecl *IndexVar) { in isIndexInSubscriptExpr() argument
288 const VarDecl *IndexVar, const Expr *Obj, in isIndexInSubscriptExpr() argument
314 const VarDecl *IndexVar) { in isDereferenceOfOpCall() argument
327 isDereferenceOfUop(const UnaryOperator * Uop,const VarDecl * IndexVar) isDereferenceOfUop() argument
350 isAliasDecl(ASTContext * Context,const Decl * TheDecl,const VarDecl * IndexVar) isAliasDecl() argument
450 ForLoopIndexUseVisitor(ASTContext * Context,const VarDecl * IndexVar,const VarDecl * EndVar,const Expr * ContainerExpr,const Expr * ArrayBoundExpr,bool ContainerNeedsDereference) ForLoopIndexUseVisitor() argument
[all...]
H A DLoopConvertUtils.h364 const VarDecl *IndexVar; global() variable
[all...]
H A DLoopConvertCheck.cpp633 ASTContext *Context, const VarDecl *IndexVar, in doConversion() argument