Home
last modified time | relevance | path

Searched refs:TypePtr (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dty.rs56 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 Dlib.rs545 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
/linux/rust/syn/gen/
H A Dfold.rs933 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 Dclone.rs2074 impl Clone for crate::TypePtr { implementation
2076 crate::TypePtr { in clone()
H A Deq.rs2089 impl Eq for crate::TypePtr {} implementation
2092 impl PartialEq for crate::TypePtr { implementation
H A Ddebug.rs2964 impl Debug for crate::TypePtr { implementation
2970 impl crate::TypePtr { implementation
H A Dvisit_mut.rs867 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 Dvisit.rs859 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 Dhash.rs2639 impl Hash for crate::TypePtr { implementation