Searched defs:TypePtr (Results 1 – 10 of 10) sorted by relevance
16 typedef struct PrivateType1* TypePtr; typedef
18 typedef struct PrivateType1* TypePtr; typedef
681 impl Parse for TypePtr { implementation1149 impl ToTokens for TypePtr { implementation
1966 impl Eq for TypePtr {} implementation1969 impl PartialEq for TypePtr { implementation
2032 impl Clone for TypePtr { implementation
2607 impl Hash for TypePtr { implementation
702 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
699 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
2776 impl Debug for TypePtr { implementation
698 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()