Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp98 const auto TargetVarDecl = in addMatcher() local
107 onImplicitObjectArgument(declRefExpr(to(TargetVarDecl)))) in addMatcher()
210 const auto *TargetVarDecl = VectorVarDecl; in check() local
211 if (!TargetVarDecl) in check()
212 TargetVarDecl = ProtoVarDecl; in check()
215 utils::decl_ref_expr::allDeclRefExprs(*TargetVarDecl, *LoopParent, in check()