vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
ConditionalDeclNodeData
vox
fe
ast
decl
static_if
Undocumented in source.
mixin template
ConditionalDeclNodeData (
AstType
_astType
int
default_flags
= 0
AstNodeState
_init_state
=
AstNodeState
.
parse_done
) {
mixin
AstNodeData
!(
_astType
,
default_flags
,
_init_state
)
;
AstIndex
next
;
AstIndex
prev
;
uint
arrayIndex
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
_astType
,
default_flags
,
_init_state
)
Undocumented in source.
Variables
arrayIndex
uint
arrayIndex
;
Undocumented in source.
next
AstIndex
next
;
Undocumented in source.
prev
AstIndex
prev
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
static_if
functions
post_clone_static_if
post_clone_static_version
print_static_if
print_static_version
mixin templates
ConditionalDeclNodeData
structs
ConditionalDeclNode
StaticIfDeclNode
StaticVersionDeclNode