Member predicate ForeachStmt::getVariableDeclTuple
Gets the local variable declaration tuple of this foreach loop, if any.
For example, (int a, int b) in
foreach ((int a, int b) in items) {
...
}
Gets the local variable declaration tuple of this foreach loop, if any.
For example, (int a, int b) in
foreach ((int a, int b) in items) {
...
}