C11 6.5.2.1-2 Apply C semantics to E[I] expression. E1E2 is lowered to *(E1 + E2)
ArrayExp to run semantics on
context
Expression if this was a C expression with completed semantic, null if not
See Implementation
C11 6.5.2.1-2 Apply C semantics to E[I] expression. E1E2 is lowered to *(E1 + E2)