Searched defs:IndexVar (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertUtils.cpp | 254 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 D | LoopConvertUtils.h | 364 const VarDecl *IndexVar; global() variable [all...] |
H A D | LoopConvertCheck.cpp | 633 ASTContext *Context, const VarDecl *IndexVar, in doConversion() argument
|