Home
last modified time | relevance | path

Searched refs:body_owned_by (Results 1 – 8 of 8) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/cx/
H A Dmod.rs25 let body = hir.body(hir.body_owned_by(hir.local_def_id_to_hir_id(owner_def.did))); in thir_body()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dcore.rs276 let body = hir.body(hir.body_owned_by(hir.local_def_id_to_hir_id(def_id)));
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dutils.rs236 print_const_expr(cx.tcx, cx.tcx.hir().body_owned_by(hir_id)) in print_const()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/pattern/
H A Dcheck_match.rs25 Some(id) => tcx.hir().body_owned_by(tcx.hir().local_def_id_to_hir_id(id)), in check_match()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/utils/
H A Dinternal_lints.rs402 let body_id = cx.tcx.hir().body_owned_by( in check_item()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs436 pub fn body_owned_by(&self, id: HirId) -> BodyId { in body_owned_by() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dexpr.rs754 let encl_body_id = self.tcx.hir().body_owned_by(encl_body_owner_id); in check_expr_return()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_metadata/src/rmeta/
H A Dencoder.rs1594 let body_id = self.tcx.hir().body_owned_by(id); in encode_info_for_anon_const()