dmd.dsymbol

The base class for a D symbol, which can be a module, variable, function, enum, etc.

Members

Classes

ArrayScopeSymbol
class ArrayScopeSymbol

Array Index/Slice scope

Dsymbol
class Dsymbol
DsymbolTable
class DsymbolTable

Table of Dsymbol's

ExpressionDsymbol
class ExpressionDsymbol

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.

ForwardingScopeDsymbol
class ForwardingScopeDsymbol

Forwarding ScopeDsymbol. Used by ForwardingAttribDeclaration and ForwardingScopeDeclaration to forward symbol insertions to another scope. See dmd.attrib.ForwardingAttribDeclaration for more details.

OverloadSet
class OverloadSet

Overload Sets

ScopeDsymbol
class ScopeDsymbol

Dsymbol that generates a scope

WithScopeSymbol
class WithScopeSymbol

With statement scope

Enums

IgnoreNone
anonymousenum IgnoreNone
Undocumented in source.
PASS
enum PASS
Undocumented in source.

Functions

foreachDsymbol
int foreachDsymbol(Dsymbols* symbols, int delegate(Dsymbol) dg)

Calls dg(Dsymbol *sym) for each Dsymbol. If dg returns !=0, stops and returns that value else returns 0.

foreachDsymbol
void foreachDsymbol(Dsymbols* symbols, void delegate(Dsymbol) dg)

Calls dg(Dsymbol *sym) for each Dsymbol.

Structs

Prot
struct Prot
Undocumented in source.
Ungag
struct Ungag
Undocumented in source.

Meta