pub fn compute_and_append_statement_semantic(
ctx: &mut ComputationContext<'_>,
syntax: Statement,
statements: &mut Vec<StatementId>,
) -> Maybe<()>
Expand description
Computes the semantic model for a statement and appends the resulting statement IDs to the provided vector.