Searched defs:AssocType (Results 1 – 18 of 18) sorted by relevance
124 fn assoc_type(&mut self, assoc: &AssocType) { in assoc_type()
818 impl ToTokens for AssocType { implementation
50 impl Eq for crate::AssocType {} implementation53 impl PartialEq for crate::AssocType { implementation
55 impl Clone for crate::AssocType { implementation
56 impl Hash for crate::AssocType { implementation
55 fn visit_assoc_type_mut(&mut self, i: &mut crate::AssocType) { in visit_assoc_type_mut()
55 fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType { in fold_assoc_type()
54 fn visit_assoc_type(&mut self, i: &'ast crate::AssocType) { in visit_assoc_type()
62 impl Debug for crate::AssocType { implementation
8288 TypeSourceInfo *AssocType = getDerived().TransformType(TS); in TransformGenericSelectionExpr() local