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