Member predicate ArrayExpr :: getArrayBase
Gets the array or pointer expression being subscripted.
This is arr
in both arr[0]
and 0[arr]
.
Expr
getArrayBase
(
)