Home
last modified time | relevance | path

Searched defs:HashStableContext (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/compiler/rustc_session/src/
Dlib.rs50 pub trait HashStableContext: rustc_ast::HashStableContext + rustc_hir::HashStableContext {} trait
/third_party/rust/rust/compiler/rustc_ast/src/
Dlib.rs60 pub trait HashStableContext: rustc_span::HashStableContext { trait
/third_party/rust/rust/compiler/rustc_hir/src/
Dstable_hash_impls.rs12 pub trait HashStableContext: trait
/third_party/rust/rust/compiler/rustc_type_ir/src/
Dlib.rs38 pub trait HashStableContext {} trait
/third_party/rust/rust/compiler/rustc_span/src/
Dhygiene.rs221 pub fn set_expn_data(self, mut expn_data: ExpnData, ctx: impl HashStableContext) { in set_expn_data()
901 ctx: impl HashStableContext, in mark_with_reason()
Dlib.rs2102 pub trait HashStableContext { interface
/third_party/rust/rust/compiler/rustc_abi/src/
Dlib.rs28 pub trait HashStableContext {} interface