checkSymbolAccess

Check if a symbol is visible from a given scope without taking into account the most visible overload.

bool
checkSymbolAccess

Parameters

sc Scope*

lookup scope

s Dsymbol

symbol to check for visibility

Return Value

Type: bool

true if s is visible by origin

Suggestion Box / Bug Report