Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp53 static const char LoopCounterName[] = "for_loop_counter"; variable
140 .bind(LoopCounterName), in addMatcher()
191 const auto *ForLoop = Result.Nodes.getNodeAs<ForStmt>(LoopCounterName); in check()