Home
last modified time | relevance | path

Searched refs:AssociatedTyValueId (Results 1 – 22 of 22) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dmapping.rs56 type Chalk = chalk_db::AssociatedTyValueId;
58 fn to_chalk(self, _db: &dyn HirDatabase) -> chalk_db::AssociatedTyValueId { in to_chalk() argument
59 rust_ir::AssociatedTyValueId(self.0.as_intern_id()) in to_chalk()
64 assoc_ty_value_id: chalk_db::AssociatedTyValueId, in from_chalk() argument
H A Dchalk_db.rs43 pub(crate) type AssociatedTyValueId = chalk_solve::rust_ir::AssociatedTyValueId<Interner>; typedef
165 fn associated_ty_value(&self, id: AssociatedTyValueId) -> Arc<AssociatedTyValue> { in associated_ty_value()
625 id: AssociatedTyValueId, in associated_ty_value_query() argument
H A Ddb.rs136 id: chalk_db::AssociatedTyValueId, in associated_ty_value() argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dmapping.rs56 type Chalk = chalk_db::AssociatedTyValueId;
58 fn to_chalk(self, _db: &dyn HirDatabase) -> chalk_db::AssociatedTyValueId { in to_chalk() argument
59 rust_ir::AssociatedTyValueId(self.0.as_intern_id()) in to_chalk()
64 assoc_ty_value_id: chalk_db::AssociatedTyValueId, in from_chalk() argument
H A Dchalk_db.rs42 pub(crate) type AssociatedTyValueId = chalk_solve::rust_ir::AssociatedTyValueId<Interner>; typedef
164 fn associated_ty_value(&self, id: AssociatedTyValueId) -> Arc<AssociatedTyValue> { in associated_ty_value()
624 id: AssociatedTyValueId, in associated_ty_value_query() argument
H A Ddb.rs136 id: chalk_db::AssociatedTyValueId, in associated_ty_value() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/
H A Drust_ir.rs19 pub struct AssociatedTyValueId<I: Interner>(pub I::DefId); struct
21 chalk_ir::id_visit!(AssociatedTyValueId);
22 chalk_ir::id_fold!(AssociatedTyValueId);
29 pub associated_ty_value_ids: Vec<AssociatedTyValueId<I>>,
H A Dlib.rs77 fn associated_ty_value(&self, id: AssociatedTyValueId<I>) -> Arc<AssociatedTyValue<I>>; in associated_ty_value()
H A Dlogging_db.rs171 id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
428 id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
H A Dwf.rs554 assoc_ty_id: AssociatedTyValueId<I>, in compute_assoc_ty_goal()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/
H A Drust_ir.rs19 pub struct AssociatedTyValueId<I: Interner>(pub I::DefId); struct
21 chalk_ir::id_visit!(AssociatedTyValueId);
22 chalk_ir::id_fold!(AssociatedTyValueId);
29 pub associated_ty_value_ids: Vec<AssociatedTyValueId<I>>,
H A Dlib.rs77 fn associated_ty_value(&self, id: AssociatedTyValueId<I>) -> Arc<AssociatedTyValue<I>>; in associated_ty_value()
H A Dlogging_db.rs171 id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
428 id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
H A Dwf.rs554 assoc_ty_id: AssociatedTyValueId<I>, in compute_assoc_ty_goal()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/
H A Drust_ir.rs20 pub struct AssociatedTyValueId<I: Interner>(pub I::DefId); struct
22 chalk_ir::id_visit!(AssociatedTyValueId);
23 chalk_ir::id_fold!(AssociatedTyValueId);
30 pub associated_ty_value_ids: Vec<AssociatedTyValueId<I>>,
H A Dlib.rs77 fn associated_ty_value(&self, id: AssociatedTyValueId<I>) -> Arc<AssociatedTyValue<I>>; in associated_ty_value()
H A Dlogging_db.rs171 id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
428 id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
H A Dwf.rs552 assoc_ty_id: AssociatedTyValueId<I>, in compute_assoc_ty_goal()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/display/
H A Dstub.rs117 _id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/display/
H A Dstub.rs117 _id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/display/
H A Dstub.rs117 _id: crate::rust_ir::AssociatedTyValueId<I>, in associated_ty_value()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/chalk/
H A Ddb.rs305 .map(|i| chalk_solve::rust_ir::AssociatedTyValueId(i.def_id)) in impl_datum()
433 associated_ty_id: chalk_solve::rust_ir::AssociatedTyValueId<RustInterner<'tcx>>, in associated_ty_value()