Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp94 const auto TargetVarDecl = in AddMatcher() local
103 onImplicitObjectArgument(declRefExpr(to(TargetVarDecl)))) in AddMatcher()
204 const auto *TargetVarDecl = VectorVarDecl; in check() local
205 if (!TargetVarDecl) in check()
206 TargetVarDecl = ProtoVarDecl; in check()
209 utils::decl_ref_expr::allDeclRefExprs(*TargetVarDecl, *LoopParent, in check()