Home
last modified time | relevance | path

Searched defs:DefKey (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs31 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/
Dcstore.rs229 fn def_key(&self, def: DefId) -> DefKey; in def_key()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs609 fn def_key(&self, def: DefId) -> DefKey { in def_key()
/third_party/rust/rust/compiler/rustc_middle/src/hir/map/
Dmod.rs155 pub fn def_key(self, def_id: LocalDefId) -> DefKey { in def_key()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1275 fn def_key(self, index: DefIndex) -> DefKey { in def_key()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs767 pub fn def_key(self, id: impl IntoQueryParam<DefId>) -> rustc_hir::definitions::DefKey { in def_key()