Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DDeclRefExprUtils.h32 allDeclRefExprs(const VarDecl &VarDecl, const Stmt &Stmt, ASTContext &Context);
36 allDeclRefExprs(const VarDecl &VarDecl, const Decl &Decl, ASTContext &Context);
DDeclRefExprUtils.cpp84 auto AllDeclRefs = allDeclRefExprs(Var, Stmt, Context); in isOnlyUsedAsConst()
90 allDeclRefExprs(const VarDecl &VarDecl, const Stmt &Stmt, ASTContext &Context) { in allDeclRefExprs() function
100 allDeclRefExprs(const VarDecl &VarDecl, const Decl &Decl, ASTContext &Context) { in allDeclRefExprs() function
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DForRangeCopyCheck.cpp113 !utils::decl_ref_expr::allDeclRefExprs(LoopVar, *ForRange.getBody(), in handleCopyIsOnlyConstReferenced()
DUnnecessaryValueParamCheck.cpp115 auto AllDeclRefExprs = utils::decl_ref_expr::allDeclRefExprs( in check()
DInefficientVectorOperationCheck.cpp209 utils::decl_ref_expr::allDeclRefExprs(*TargetVarDecl, *LoopParent, in check()