Scope.getSymbolsByName

struct Scope
inout
inout(DSymbol)*[]
getSymbolsByName

Parameters

name 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