Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ddata.rs328 pub struct ImplData { struct
337 impl ImplData { impl
338 pub(crate) fn impl_data_query(db: &dyn DefDatabase, id: ImplId) -> Arc<ImplData> { in impl_data_query()
345 ) -> (Arc<ImplData>, Arc<[DefDiagnostic]>) { in impl_data_with_diagnostics_query()
Ddb.rs128 fn impl_data(&self, e: ImplId) -> Arc<ImplData>; in impl_data()
131 fn impl_data_with_diagnostics(&self, e: ImplId) -> (Arc<ImplData>, Arc<[DefDiagnostic]>); in impl_data_with_diagnostics()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dmethod_resolution.rs765 ) -> Option<(Arc<ImplData>, Substitution)> { in find_matching_impl()
795 impl_data: &ImplData, in is_inherent_impl_coherent()