Searched defs:current_module (Results 1 – 3 of 3) 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
299 Module *current_module = this; in GenerateRustModuleRootFile() local