Searched defs:DefKey (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/rust/compiler/rustc_hir/src/ |
| D | definitions.rs | 31 fn allocate(&mut self, key: DefKey, def_path_hash: DefPathHash) -> DefIndex { in allocate() 72 pub fn def_key(&self, index: DefIndex) -> DefKey { in def_key() 85 ) -> impl Iterator<Item = (DefIndex, &DefKey, &DefPathHash)> + ExactSizeIterator + '_ { in enumerated_keys_and_path_hashes() 108 pub struct DefKey { struct 116 impl DefKey { argument 195 FN: FnMut(DefIndex) -> DefKey, in make() 298 pub fn def_key(&self, id: LocalDefId) -> DefKey { in def_key()
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | cstore.rs | 229 fn def_key(&self, def: DefId) -> DefKey; in def_key()
|
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/ |
| D | cstore_impl.rs | 609 fn def_key(&self, def: DefId) -> DefKey { in def_key()
|
| /third_party/rust/rust/compiler/rustc_middle/src/hir/map/ |
| D | mod.rs | 155 pub fn def_key(self, def_id: LocalDefId) -> DefKey { in def_key()
|
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/ |
| D | decoder.rs | 1275 fn def_key(self, index: DefIndex) -> DefKey { in def_key()
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | context.rs | 767 pub fn def_key(self, id: impl IntoQueryParam<DefId>) -> rustc_hir::definitions::DefKey { in def_key()
|