Home
last modified time | relevance | path

Searched refs:InternedClosureId (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dmapping.rs94 impl From<chalk_ir::ClosureId<Interner>> for crate::db::InternedClosureId { implementation
100 impl From<crate::db::InternedClosureId> for chalk_ir::ClosureId<Interner> {
101 fn from(id: crate::db::InternedClosureId) -> Self { in from()
H A Ddb.rs104 fn intern_closure(&self, id: (DefWithBodyId, ExprId)) -> InternedClosureId; in intern_closure() argument
204 pub struct InternedClosureId(salsa::InternId); struct
205 impl_intern_key!(InternedClosureId);
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dmapping.rs94 impl From<chalk_ir::ClosureId<Interner>> for crate::db::InternedClosureId { implementation
100 impl From<crate::db::InternedClosureId> for chalk_ir::ClosureId<Interner> {
101 fn from(id: crate::db::InternedClosureId) -> Self { in from()
H A Ddb.rs104 fn intern_closure(&self, id: (DefWithBodyId, ExprId)) -> InternedClosureId; in intern_closure() argument
204 pub struct InternedClosureId(salsa::InternId); struct
205 impl_intern_key!(InternedClosureId);