Home
last modified time | relevance | path

Searched defs:module_items (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dmove_module_to_file.rs29 let module_items = module_ast.item_list()?; in move_module_to_file() localVariable
/third_party/rust/rust/compiler/rustc_passes/src/
Ddead.rs891 let module_items = tcx.hir_module_items(module); in check_mod_deathness() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/hir/map/
Dmod.rs151 pub fn module_items(self, module: LocalDefId) -> impl Iterator<Item = ItemId> + 'hir { in module_items() method