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