Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp453 const Expr *ArrayBoundExpr, in ForLoopIndexUseVisitor() argument
456 ContainerExpr(ContainerExpr), ArrayBoundExpr(ArrayBoundExpr), in ForLoopIndexUseVisitor()
699 ArrayBoundExpr)) { in TraverseArraySubscriptExpr()
DLoopConvertUtils.h293 const Expr *ArrayBoundExpr,
372 const Expr *ArrayBoundExpr; variable