Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp53 static const char LoopCounterName[] = "for_loop_counter"; variable
136 .bind(LoopCounterName), in AddMatcher()
185 const auto *ForLoop = Result.Nodes.getNodeAs<ForStmt>(LoopCounterName); in check()