Array Index/Slice scope
Table of Dsymbol's
Class that holds an expression in a Dsymbol wraper. This is not an AST node, but a class used to pass an expression as a function parameter of type Dsymbol.
Forwarding ScopeDsymbol. Used by ForwardingAttribDeclaration and ForwardingScopeDeclaration to forward symbol insertions to another scope. See dmd.attrib.ForwardingAttribDeclaration for more details.
Overload Sets
Dsymbol that generates a scope
With statement scope
Calls dg(Dsymbol *sym) for each Dsymbol. If dg returns !=0, stops and returns that value else returns 0.
Calls dg(Dsymbol *sym) for each Dsymbol.
The base class for a D symbol, which can be a module, variable, function, enum, etc.