- check_is_type
void check_is_type(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_innermost_owner
AstIndex find_innermost_owner(ScopeIndex parentScope, AstType ownerType, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_ast_index
AstIndex get_ast_index(T* node, CompilationContext* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_effective_node
AstIndex get_effective_node(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_expr_type
AstIndex get_expr_type(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_node_alias
AstIndex get_node_alias(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_node_id
Identifier get_node_id(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_node_kind_name
string get_node_kind_name(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_node_type
AstIndex get_node_type(AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- print_node_name
void print_node_name(TextSink sink, AstIndex nodeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- printer
AstNodePrinter printer(AstIndex nodeIndex, CompilationContext* context)
Undocumented in source. Be warned that the author may not have intended to support it.