Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Ddefinitions.rs82 pub fn def_path_hash(&self, index: DefIndex) -> DefPathHash { in def_path_hash() method
306 pub fn def_path_hash(&self, id: LocalDefId) -> DefPathHash { in def_path_hash() method
343 let def_path_hash = key.compute_stable_hash(parent_hash); in new() localVariable
392 let def_path_hash = key.compute_stable_hash(parent_hash); in create_def() localVariable
H A Dstable_hash_impls.rs32 let def_path_hash = self.owner.to_stable_hash_key(hcx); in to_stable_hash_key() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_system/src/ich/
H A Dhcx.rs155 pub fn def_path_hash(&self, def_id: DefId) -> DefPathHash { in def_path_hash() method
202 fn def_path_hash(&self, def_id: DefId) -> DefPathHash { in def_path_hash() method
H A Dimpls_hir.rs63 let def_path_hash = id.to_stable_hash_key(hcx); in hash_hir_mod() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dtrait_def.rs46 pub def_path_hash: DefPathHash, field
H A Dcontext.rs1277 pub fn def_path_hash(self, def_id: DefId) -> rustc_hir::definitions::DefPathHash { in def_path_hash() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/dep_graph/
H A Ddep_node.rs422 let def_path_hash = tcx.def_path_hash(owner.to_def_id()); in to_fingerprint() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dcstore.rs187 fn def_path_hash(&self, def: DefId) -> DefPathHash; in def_path_hash() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_incremental/src/
H A Dassert_dep_graph.rs123 let def_path_hash = self.tcx.def_path_hash(def_id.to_def_id()); in process_attrs() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_incremental/src/persist/
H A Ddirty_clean.rs336 let def_path_hash = self.tcx.def_path_hash(item_id.to_def_id()); in check_item() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_metadata/src/rmeta/decoder/
H A Dcstore_impl.rs506 fn def_path_hash(&self, def: DefId) -> DefPathHash { in def_path_hash() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/hir/map/
H A Dmod.rs185 pub fn def_path_hash(self, def_id: LocalDefId) -> DefPathHash { in def_path_hash() method
1102 let def_path_hash = definitions.def_path_hash(def_id); in crate_hash() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_metadata/src/rmeta/
H A Dencoder.rs461 let def_path_hash = self.lazy(table.def_path_hash(def_index)); in encode_def_path_table() localVariable
468 let def_path_hash = self.lazy(def_path_hash); in encode_def_path_table() localVariable
H A Ddecoder.rs1624 fn def_path_hash(&self, index: DefIndex) -> DefPathHash { in def_path_hash() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast_lowering/src/
H A Dlib.rs201 fn def_path_hash(&self, def_id: DefId) -> DefPathHash; in def_path_hash() method
432 let def_path_hash = definitions.def_path_hash(def_id); in compute_hir_hash() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_impl/src/
H A Don_disk_cache.rs743 let def_path_hash = DefPathHash::decode(d)?; in decode() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcollect.rs1216 let def_path_hash = tcx.def_path_hash(def_id); in trait_def() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/
H A Dlib.rs2019 fn def_path_hash(&self, def_id: DefId) -> DefPathHash; in def_path_hash() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dlib.rs1204 fn def_path_hash(&self, def_id: DefId) -> DefPathHash { in def_path_hash() method