vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
FunctionIndex
vox
fe
ast
decl
func
Refers to a function inside a module
struct
FunctionIndex {
uint
functionIndex
;
ModuleIndex
moduleIndex
;
}
Members
Variables
functionIndex
uint
functionIndex
;
Index into ModuleDeclNode.functions
moduleIndex
ModuleIndex
moduleIndex
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
func
enums
FuncDeclFlags
functions
ir_gen_function
name_register_nested_func
name_register_self_func
name_resolve_func
post_clone_func
print_func
type_check_func
structs
FunctionBackendData
FunctionDeclNode
FunctionIndex
Refers to a function inside a module