Searched refs:TypeBareFn (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | ty.rs | 30 BareFn(TypeBareFn), 108 pub struct TypeBareFn { 290 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup, 506 let mut bare_fn: TypeBareFn = input.parse()?; in ambig_ty() 676 impl Parse for TypeBareFn { implementation 681 Ok(TypeBareFn { in parse() 1080 Abi, BareFnArg, BareVariadic, ReturnType, TypeArray, TypeBareFn, TypeGroup, TypeImplTrait, 1132 impl ToTokens for TypeBareFn { implementation
|
| H A D | lib.rs | 544 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 880 fn fold_type_bare_fn(&mut self, i: crate::TypeBareFn) -> crate::TypeBareFn { in fold_type_bare_fn() argument 3523 pub fn fold_type_bare_fn<F>(f: &mut F, node: crate::TypeBareFn) -> crate::TypeBareFn in fold_type_bare_fn() 3527 crate::TypeBareFn { in fold_type_bare_fn()
|
| H A D | clone.rs | 1956 impl Clone for crate::TypeBareFn { implementation 1958 crate::TypeBareFn { in clone()
|
| H A D | eq.rs | 1966 impl Eq for crate::TypeBareFn {} implementation 1969 impl PartialEq for crate::TypeBareFn { implementation
|
| H A D | debug.rs | 2791 impl Debug for crate::TypeBareFn { implementation 2797 impl crate::TypeBareFn { implementation
|
| H A D | visit_mut.rs | 817 fn visit_type_bare_fn_mut(&mut self, i: &mut crate::TypeBareFn) { in visit_type_bare_fn_mut() argument 3407 pub fn visit_type_bare_fn_mut<V>(v: &mut V, node: &mut crate::TypeBareFn) in visit_type_bare_fn_mut()
|
| H A D | visit.rs | 809 fn visit_type_bare_fn(&mut self, i: &'ast crate::TypeBareFn) { in visit_type_bare_fn() argument 3583 pub fn visit_type_bare_fn<'ast, V>(v: &mut V, node: &'ast crate::TypeBareFn) in visit_type_bare_fn()
|
| H A D | hash.rs | 2512 impl Hash for crate::TypeBareFn { implementation
|