vox.fe.ast.stmt.block_stmt

Members

Functions

ir_gen_block
void ir_gen_block(IrGenState gen, IrIndex curBlock, IrLabel nextStmt, BlockStmtNode* b)
Undocumented in source. Be warned that the author may not have intended to support it.
name_register_nested_block
void name_register_nested_block(BlockStmtNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
name_resolve_block
void name_resolve_block(BlockStmtNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
post_clone_block
void post_clone_block(BlockStmtNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
print_block
void print_block(BlockStmtNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
type_check_block
void type_check_block(BlockStmtNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BlockStmtNode
struct BlockStmtNode
Undocumented in source.

Meta

Authors

Andrey Penechko.