Member predicate ForeachStmt::getVariableDeclExpr
Gets the ith local variable declaration of this foreach loop.
For example, int a is the 0th local variable declaration in
foreach ((int a, int b) in items) {
...
}
Gets the ith local variable declaration of this foreach loop.
For example, int a is the 0th local variable declaration in
foreach ((int a, int b) in items) {
...
}