Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp62 static const char LoopEndExprName[] = "loop_end_expr"; variable
132 .bind(LoopEndExprName)))), in AddMatcher()
193 const auto *LoopEndExpr = Result.Nodes.getNodeAs<Expr>(LoopEndExprName); in check()