vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
ScopeDeclNodeData
vox
fe
ast
decl
scope_
Undocumented in source.
mixin template
ScopeDeclNodeData (
AstType
_astType
int
default_flags
= 0
AstNodeState
_init_state
=
AstNodeState
.
parse_done
) {
mixin
AstNodeData
!(
_astType
,
default_flags
,
_init_state
)
;
AstNodes
declarations
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
_astType
,
default_flags
,
_init_state
)
Undocumented in source.
Variables
declarations
AstNodes
declarations
;
Each node can be struct, function or variable
Meta
Source
See Implementation
vox
fe
ast
decl
scope_
enums
ScopeKind
functions
post_clone_scope
mixin templates
ScopeDeclNodeData
structs
Scope
ScopeIndex