vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
BuiltinAttribNode
vox
fe
ast
decl
attribute
Undocumented in source.
@
AstType
.
decl_builtin_attribute
struct
BuiltinAttribNode {
mixin
AstNodeData
!(
AstType
.
decl_builtin_attribute
,
0
,
AstNodeState
.
type_check_done
)
;
uint
data
;
bool
isBroadcasted
();
this
(TokenIndex loc, BuiltinAttribSubType subType, uint data);
}
Constructors
this
this
(TokenIndex loc, BuiltinAttribSubType subType, uint data)
Undocumented in source.
Members
Functions
isBroadcasted
bool
isBroadcasted
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
decl_builtin_attribute
,
0
,
AstNodeState
.
type_check_done
)
Undocumented in source.
Variables
data
uint
data
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
attribute
enums
AnyAttributeFlags
AttribInfoFlags
BuiltinAttribSubType
BuiltinFlagAttrib
functions
calcAttribFlags
name_register_nested_attributes
name_resolve_attributes
post_clone_attributes
print_attributes
print_builtin_attribute
type_check_attributes
type_check_builtin_attribute
structs
AttributeFlagPrinter
AttributeInfo
BuiltinAttribNode
variables
builtinAttribFlags