Searched refs:TypePtr (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | ty.rs | 56 Ptr(TypePtr), 185 pub struct TypePtr { 291 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, 640 impl Parse for TypePtr { implementation 653 Ok(TypePtr { in parse() 1081 TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference, TypeSlice, 1108 impl ToTokens for TypePtr { implementation
|
| H A D | lib.rs | 545 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 933 fn fold_type_ptr(&mut self, i: crate::TypePtr) -> crate::TypePtr { in fold_type_ptr() argument 3658 pub fn fold_type_ptr<F>(f: &mut F, node: crate::TypePtr) -> crate::TypePtr in fold_type_ptr() 3662 crate::TypePtr { in fold_type_ptr()
|
| H A D | clone.rs | 2074 impl Clone for crate::TypePtr { implementation 2076 crate::TypePtr { in clone()
|
| H A D | eq.rs | 2089 impl Eq for crate::TypePtr {} implementation 2092 impl PartialEq for crate::TypePtr { implementation
|
| H A D | debug.rs | 2964 impl Debug for crate::TypePtr { implementation 2970 impl crate::TypePtr { implementation
|
| H A D | visit_mut.rs | 867 fn visit_type_ptr_mut(&mut self, i: &mut crate::TypePtr) { in visit_type_ptr_mut() argument 3535 pub fn visit_type_ptr_mut<V>(v: &mut V, node: &mut crate::TypePtr) in visit_type_ptr_mut()
|
| H A D | visit.rs | 859 fn visit_type_ptr(&mut self, i: &'ast crate::TypePtr) { in visit_type_ptr() argument 3713 pub fn visit_type_ptr<'ast, V>(v: &mut V, node: &'ast crate::TypePtr) in visit_type_ptr()
|
| H A D | hash.rs | 2639 impl Hash for crate::TypePtr { implementation
|