Home
last modified time | relevance | path

Searched defs:ExpnHash (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Dhygiene.rs119 pub struct ExpnHash(Fingerprint); struct
121 impl ExpnHash { implementation
144 fn new(stable_crate_id: StableCrateId, local_hash: Hash64) -> ExpnHash { in new()
206 pub fn expn_hash(self) -> ExpnHash { in expn_hash()
270 pub fn expn_hash(self) -> ExpnHash { in expn_hash()
390 fn local_expn_hash(&self, expn_id: LocalExpnId) -> ExpnHash { in local_expn_hash()
395 fn expn_hash(&self, expn_id: ExpnId) -> ExpnHash { in expn_hash()
1203 mut encode_expn: impl FnMut(&mut T, ExpnId, &ExpnData, ExpnHash), in encode() argument
1274 hash: ExpnHash, in register_expn_id()
1293 decode_data: impl FnOnce(ExpnId) -> (ExpnData, ExpnHash), in decode_expn_id() argument
[all …]
/third_party/rust/rust/compiler/rustc_session/src/
Dcstore.rs246 hash: ExpnHash, in expn_hash_to_expn_id()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs631 hash: ExpnHash, in expn_hash_to_expn_id()