Searched defs:module_items (Results 1 – 3 of 3) sorted by relevance
29 let module_items = module_ast.item_list()?; in move_module_to_file() localVariable
891 let module_items = tcx.hir_module_items(module); in check_mod_deathness() localVariable
151 pub fn module_items(self, module: LocalDefId) -> impl Iterator<Item = ItemId> + 'hir { in module_items() method