-
The names being used with their visibility.
Declaration
Swift
private(set) var uses: [(NameExpr.ID, AccessEffect)] { get } -
Records a use of
nthat with mutabilityk.Declaration
Swift
private mutating func recordOccurrence(_ k: AccessEffect, _ n: NameExpr.ID) -
Returns the name at the root of the given
lvalue. -
Returns the name at the root of the given
n. -
-
Undocumented
-
Undocumented
View on GitHub