clone_node

Perform copiying of AST subtree and index fixing node_start..after_node is the range of slots to be copied instance_scope is the scope created around AST subtree copy All nodes need to fixed via CloneState through indices pointing inside cloned tree

clone_node
(
AstIndex node_start
,
AstIndex after_node
,
ScopeIndex instance_scope
,
CompilationContext* c
)

Meta