Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp109 const auto RefersToLoopVar = ignoringParenImpCasts( in AddMatcher() local
130 hasOperatorName("<"), hasLHS(RefersToLoopVar), in AddMatcher()
131 hasRHS(expr(unless(hasDescendant(expr(RefersToLoopVar)))) in AddMatcher()
134 hasUnaryOperand(RefersToLoopVar))), in AddMatcher()