dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
SemanticPass1.Deferred
dil
semantic
Pass1
SemanticPass1
Collects info about nodes which have to be evaluated later.
class
SemanticPass1
static
class
Deferred {
Node
node
;
ScopeSymbol
symbol
;
LinkageType
linkageType
;
Protection
protection
;
StorageClass
storageClass
;
uint
alignSize
;
}
Meta
Source
See Implementation
dil
semantic
Pass1
SemanticPass1
classes
Deferred
constructors
this
functions
addDeferred
enterScope
error
exitScope
insert
insertOverload
isModuleScope
reportSymbolConflict
run
variables
alignSize
context
deferred
importModule
linkageType
modul
protection
scop
storageClass
Collects info about nodes which have to be evaluated later.