Home
last modified time | relevance | path

Searched defs:body_owner (Results 1 – 19 of 19) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Darithmetic.rs140 let body_owner = cx.tcx.hir().body_owner(body.id()); in check_body() localVariable
158 let body_owner = cx.tcx.hir().body_owner(body.id()); in check_body_post() localVariable
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Dphysics_server_sw.h61 mutable RID_Owner<BodySW> body_owner; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Dphysics_server_sw.h61 mutable RID_Owner<BodySW> body_owner; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dphysics_2d_server_sw.h64 mutable RID_Owner<Body2DSW> body_owner; variable
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dphysics_2d_server_sw.h64 mutable RID_Owner<Body2DSW> body_owner; variable
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dphysics_2d_server_sw.h67 mutable RID_Owner<Body2DSW> body_owner; variable
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dphysics_2d_server_sw.h67 mutable RID_Owner<Body2DSW> body_owner; variable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/collect/
H A Dtype_of.rs105 let body_owner = tcx.hir().local_def_id(tcx.hir().enclosing_body_owner(hir_id)); in opt_const_param_of() localVariable
144 let body_owner = in opt_const_param_of() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/cx/
H A Dmod.rs59 body_owner: DefId, field
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Dphysics_server_sw.h64 mutable RID_Owner<BodySW> body_owner; variable
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Dphysics_server_sw.h64 mutable RID_Owner<BodySW> body_owner; variable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dexpr_use_visitor.rs81 body_owner: LocalDefId, field
H A Dmem_categorization.rs96 body_owner: LocalDefId, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Derror.rs686 let body_owner = self.hir().get_if_local(body_owner_def_id); in expected_projection() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dregionck.rs228 body_owner: LocalDefId, field
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir/src/
H A Dsource_analyzer.rs604 let body_owner = resolver.body_owner(); in resolve_hir_path_() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir/src/
H A Dsource_analyzer.rs570 let body_owner = resolver.body_owner(); in resolve_hir_path_() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dresolver.rs471 pub fn body_owner(&self) -> Option<DefWithBodyId> { in body_owner() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dresolver.rs471 pub fn body_owner(&self) -> Option<DefWithBodyId> { in body_owner() method