/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/ |
H A D | mapping.rs | 110 pub fn from_foreign_def_id(id: ForeignDefId) -> TypeAliasId { in from_foreign_def_id() 118 pub fn from_assoc_type_id(id: AssocTypeId) -> TypeAliasId { in from_assoc_type_id()
|
H A D | infer.rs | 517 assoc_ty: Option<TypeAliasId>, in resolve_associated_type_with_params() 726 fn resolve_into_iter_item(&self) -> Option<TypeAliasId> { in resolve_into_iter_item() 732 fn resolve_ops_try_ok(&self) -> Option<TypeAliasId> { in resolve_ops_try_ok() 743 fn resolve_ops_neg_output(&self) -> Option<TypeAliasId> { in resolve_ops_neg_output() 748 fn resolve_ops_not_output(&self) -> Option<TypeAliasId> { in resolve_ops_not_output() 753 fn resolve_future_future_output(&self) -> Option<TypeAliasId> { in resolve_future_future_output() 803 fn resolve_ops_index_output(&self) -> Option<TypeAliasId> { in resolve_ops_index_output()
|
H A D | builder.rs | 182 type_alias: TypeAliasId, in assoc_type_projection() 183 ) -> TyBuilder<TypeAliasId> { in assoc_type_projection()
|
H A D | utils.rs | 164 ) -> Option<(TraitRef, TypeAliasId)> { in associated_type_by_name_including_super_traits() argument
|
H A D | chalk_db.rs | 634 type_alias: TypeAliasId, in type_alias_associated_ty_value()
|
H A D | lower.rs | 1432 TypeAliasId(TypeAliasId), enumerator
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/ |
H A D | mapping.rs | 110 pub fn from_foreign_def_id(id: ForeignDefId) -> TypeAliasId { in from_foreign_def_id() 118 pub fn from_assoc_type_id(id: AssocTypeId) -> TypeAliasId { in from_assoc_type_id()
|
H A D | infer.rs | 518 assoc_ty: Option<TypeAliasId>, in resolve_associated_type_with_params() 728 fn resolve_into_iter_item(&self) -> Option<TypeAliasId> { in resolve_into_iter_item() 734 fn resolve_ops_try_ok(&self) -> Option<TypeAliasId> { in resolve_ops_try_ok() 745 fn resolve_ops_neg_output(&self) -> Option<TypeAliasId> { in resolve_ops_neg_output() 750 fn resolve_ops_not_output(&self) -> Option<TypeAliasId> { in resolve_ops_not_output() 755 fn resolve_future_future_output(&self) -> Option<TypeAliasId> { in resolve_future_future_output() 805 fn resolve_ops_index_output(&self) -> Option<TypeAliasId> { in resolve_ops_index_output()
|
H A D | builder.rs | 182 type_alias: TypeAliasId, in assoc_type_projection() 183 ) -> TyBuilder<TypeAliasId> { in assoc_type_projection()
|
H A D | utils.rs | 162 ) -> Option<(TraitRef, TypeAliasId)> { in associated_type_by_name_including_super_traits() argument
|
H A D | chalk_db.rs | 633 type_alias: TypeAliasId, in type_alias_associated_ty_value()
|
H A D | lower.rs | 1430 TypeAliasId(TypeAliasId), enumerator
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/ |
H A D | lib.rs | 257 pub struct TypeAliasId(salsa::InternId); struct 341 TypeAliasId(TypeAliasId), enumerator 381 TypeAliasId(TypeAliasId), enumerator 394 TypeAliasId(TypeAliasId), enumerator 433 TypeAliasId(TypeAliasId), enumerator 588 impl HasModule for TypeAliasId { implementation
|
H A D | data.rs | 159 typ: TypeAliasId, in type_alias_data_query() 236 pub fn associated_type_by_name(&self, name: &Name) -> Option<TypeAliasId> { in associated_type_by_name()
|
H A D | db.rs | 45 fn intern_type_alias(&self, loc: TypeAliasLoc) -> TypeAliasId; in intern_type_alias()
|
H A D | resolver.rs | 77 TypeAliasId(TypeAliasId), enumerator 792 impl HasResolver for TypeAliasId { implementation
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/ |
H A D | lib.rs | 256 pub struct TypeAliasId(salsa::InternId); struct 334 TypeAliasId(TypeAliasId), enumerator 374 TypeAliasId(TypeAliasId), enumerator 387 TypeAliasId(TypeAliasId), enumerator 426 TypeAliasId(TypeAliasId), enumerator 578 impl HasModule for TypeAliasId { implementation
|
H A D | data.rs | 123 typ: TypeAliasId, in type_alias_data_query() 200 pub fn associated_type_by_name(&self, name: &Name) -> Option<TypeAliasId> { in associated_type_by_name()
|
H A D | db.rs | 45 fn intern_type_alias(&self, loc: TypeAliasLoc) -> TypeAliasId; in intern_type_alias()
|
H A D | resolver.rs | 77 TypeAliasId(TypeAliasId), enumerator 789 impl HasResolver for TypeAliasId { implementation
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir/src/semantics/ |
H A D | source_to_def.rs | 188 pub(super) fn type_alias_to_def(&mut self, src: InFile<ast::TypeAlias>) -> Option<TypeAliasId> { in type_alias_to_def() 427 TypeAliasId(TypeAliasId), enumerator
|
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir/src/semantics/ |
H A D | source_to_def.rs | 188 pub(super) fn type_alias_to_def(&mut self, src: InFile<ast::TypeAlias>) -> Option<TypeAliasId> { in type_alias_to_def() 427 TypeAliasId(TypeAliasId), enumerator
|