Searched defs:ModChild (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/rust/compiler/rustc_middle/src/ |
| D | metadata.rs | 35 pub struct ModChild { struct 37 pub ident: Ident, 40 pub res: Res<!>, 42 pub vis: ty::Visibility<DefId>, 45 pub reexport_chain: SmallVec<[Reexport; 2]>,
|
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | build_reduced_graph.rs | 928 fn build_reduced_graph_for_external_crate_res(&mut self, child: &ModChild) { in build_reduced_graph_for_external_crate_res() 930 let ModChild { ident, res, vis, ref reexport_chain } = *child; in build_reduced_graph_for_external_crate_res() localVariable
|
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/ |
| D | decoder.rs | 1023 fn get_mod_child(self, id: DefIndex, sess: &Session) -> ModChild { in get_mod_child()
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | context.rs | 2026 pub fn module_children_local(self, def_id: LocalDefId) -> &'tcx [ModChild] { in module_children_local()
|