Home
last modified time | relevance | path

Searched defs:ModChild (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/
Dmetadata.rs35 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/
Dbuild_reduced_graph.rs928 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/
Ddecoder.rs1023 fn get_mod_child(self, id: DefIndex, sess: &Session) -> ModChild { in get_mod_child()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs2026 pub fn module_children_local(self, def_id: LocalDefId) -> &'tcx [ModChild] { in module_children_local()