vox.fe.ast.expr.index

Members

Functions

ir_gen_index
ExprValue ir_gen_index(IrGenState gen, IrIndex curBlock, IrLabel nextStmt, IndexExprNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.
name_register_nested_index
void name_register_nested_index(IndexExprNode* node, NameRegisterState state)
Undocumented in source. Be warned that the author may not have intended to support it.
name_resolve_index
void name_resolve_index(AstIndex nodeIndex, IndexExprNode* node, NameResolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.
post_clone_index
void post_clone_index(IndexExprNode* node, CloneState state)
Undocumented in source. Be warned that the author may not have intended to support it.
print_index
void print_index(IndexExprNode* node, AstPrintState state)
Undocumented in source. Be warned that the author may not have intended to support it.
type_check_index
void type_check_index(AstIndex nodeIndex, IndexExprNode* node, TypeCheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IndexExprNode
struct IndexExprNode
Undocumented in source.

Meta

Authors

Andrey Penechko.