Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp61 static const char LoopInitVarName[] = "loop_init_var"; variable
112 .bind(LoopInitVarName))); in addMatcher()
114 declRefExpr(to(varDecl(equalsBoundNode(LoopInitVarName))))); in addMatcher()