checkAddressable

This check ensures that the object in exp can have its address taken, or issue a diagnostic error.

bool
checkAddressable

Parameters

e Expression

expression to check

sc Scope*

context

Return Value

Type: bool

true if the expression is addressable

Meta