Searched defs:current_module (Results 1 – 2 of 2) sorted by relevance
1349 let current_module = ctx.current_module().into(); in parse() localVariable1538 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable1659 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
327 current_module: ModuleId, field1477 pub fn current_module(&self) -> ModuleId { in current_module() method