Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp440 const Expr *ConditionExpr) { in arrayMatchesBoundExpr() argument
441 if (!ConditionExpr || ConditionExpr->isValueDependent()) in arrayMatchesBoundExpr()
448 ConditionExpr->getIntegerConstantExpr(*Context); in arrayMatchesBoundExpr()