Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp63 static const char ConditionBoundName[] = "conditionBound"; variable
111 expr(hasType(isInteger())).bind(ConditionBoundName); in makeArrayLoopMatcher()
916 const auto *BoundExpr = Nodes.getNodeAs<Expr>(ConditionBoundName); in check()