pub fn compute_statements_semantic_and_extend(
ctx: &mut ComputationContext<'_>,
statements_syntax: impl Iterator<Item = Statement>,
statement_ids: &mut Vec<StatementId>,
)
Expand description
Computes the semantic model for a list of statements, flattening the result.