dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
SemanticScope.insert
dil
semantic
Passes
SemanticScope
Inserts a symbol into scopeSym.
void
insert
(
Symbol
symbol
)
void
insert
(
Symbol
symbol
,
Identifier
*
name
)
void
insert
(
Symbol
symbol
,
ScopeSymbol
scopeSym
)
class
SemanticScope
void
insert
(
Symbol
symbol
,
ScopeSymbol
scopeSym
)
Meta
Source
See Implementation
dil
semantic
Passes
SemanticScope
constructors
this
functions
insert
insertOverload
isModuleScope
reportSymbolConflict
search
symbol
static variables
emptyIdScope
variables
idScope
ignoreSymbol
modul
reportUndefinedIds
rootIdNode
scop
undefinedIdsCount
Inserts a symbol into scopeSym.