Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.cpp42 bool hasLoopStmtAncestor(const DeclRefExpr &DeclRef, const Decl &Decl, in hasLoopStmtAncestor() function
110 if (!hasLoopStmtAncestor(DeclRefExpr, *Function, *Result.Context) && in check()