Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp62 static const char LoopEndExprName[] = "loop_end_expr"; variable
136 .bind(LoopEndExprName)))), in addMatcher()
199 const auto *LoopEndExpr = Result.Nodes.getNodeAs<Expr>(LoopEndExprName); in check()