Searched defs:scope_by_expr (Results 1 – 1 of 1) sorted by relevance
20 scope_by_expr: FxHashMap<ExprId, ScopeId>, field83 pub fn scope_by_expr(&self) -> &FxHashMap<ExprId, ScopeId> { in scope_by_expr() method