Home
last modified time | relevance | path

Searched refs:body_owners (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcheck_unused.rs12 for item_def_id in tcx.hir().body_owners() { in check_crate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_driver/src/
H A Dpretty.rs501 for did in tcx.hir().body_owners() { in print_with_analysis()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dlib.rs138 set.extend(tcx.hir().body_owners()); in mir_keys()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_interface/src/
H A Dpasses.rs939 for def_id in tcx.hir().body_owners() { in analysis()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs500 pub fn body_owners(self) -> impl Iterator<Item = LocalDefId> + 'hir { in body_owners() method