Searched defs:current_module (Results 1 – 5 of 5) sorted by relevance
378 current_module = sys.modules[__name__] variable
375 current_module = sys.modules[__name__] variable
1309 let current_module = ctx.current_module().into(); in parse() localVariable1499 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable1607 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
327 current_module: ModuleId, field1454 pub fn current_module(&self) -> ModuleId { in current_module() method
3893 ModuleSP current_module; in DoExecute() local