Dsymbol.searchX

Search for identifier id as a member of this. id may be a template instance.

class Dsymbol
extern (D) final
searchX
(
const ref Loc loc
,,,
int flags
)

Parameters

loc Loc

location to print the error messages

sc Scope*

the scope where the symbol is located

id RootObject

the id of the symbol

flags int

the search flags which can be SearchLocalsOnly or IgnorePrivateImports

Return Value

Type: Dsymbol

symbol found, NULL if not

Suggestion Box / Bug Report