Searched defs:ForeignModule (Results 1 – 3 of 3) sorted by relevance
6 pub(crate) fn collect(tcx: TyCtxt<'_>) -> Vec<ForeignModule> { in collect()
147 pub struct ForeignModule { struct148 pub foreign_items: Vec<DefId>,149 pub def_id: DefId,
1723 fn encode_foreign_modules(&mut self) -> LazyArray<ForeignModule> { in encode_foreign_modules()