Scope.getSymbolsByName

struct Scope
inout(DSymbol)*[]
getSymbolsByName
inout
(
istring name
)

Parameters

name
Type: istring

the symbol name to search for

Return Value

Type: inout(DSymbol)*[]

all symbols in this scope or parent scopes with the given name

Meta