Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp113 const auto RefersToLoopVar = ignoringParenImpCasts( in addMatcher() local
134 hasOperatorName("<"), hasLHS(RefersToLoopVar), in addMatcher()
135 hasRHS(expr(unless(hasDescendant(expr(RefersToLoopVar)))) in addMatcher()
138 hasUnaryOperand(RefersToLoopVar))), in addMatcher()