Searched defs:TypePtr (Results 1 – 10 of 10) sorted by relevance
16 typedef struct PrivateType1* TypePtr; typedef
18 typedef struct PrivateType1* TypePtr; typedef
595 impl Parse for TypePtr { implementation1024 impl ToTokens for TypePtr { implementation
2782 impl Debug for TypePtr { implementation2784 impl TypePtr { in fmt() implementation
1941 impl Eq for TypePtr {} implementation1944 impl PartialEq for TypePtr { implementation
1990 impl Clone for TypePtr { implementation
2565 impl Hash for TypePtr { implementation
838 fn visit_type_ptr_mut(&mut self, i: &mut TypePtr) { in visit_type_ptr_mut()
841 fn fold_type_ptr(&mut self, i: TypePtr) -> TypePtr { in fold_type_ptr()
837 fn visit_type_ptr(&mut self, i: &'ast TypePtr) { in visit_type_ptr()