Member predicate ForeachStmt::getVariableDeclExpr
Gets the i
th 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 i
th 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) {
...
}