Searched defs:current_module (Results 1 – 4 of 4) sorted by relevance
375 current_module = sys.modules[__name__] variable
1353 let current_module = ctx.current_module().into(); in parse() localVariable1549 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable1675 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
329 current_module: ModuleId, field1508 pub(crate) fn current_module(&self) -> ModuleId { in current_module() method
295 Module *current_module = this; in GenerateRustModuleRootFile() local