Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dty.rs30 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 Dlib.rs544 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup,
/linux/rust/syn/gen/
H A Dfold.rs880 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 Dclone.rs1956 impl Clone for crate::TypeBareFn { implementation
1958 crate::TypeBareFn { in clone()
H A Deq.rs1966 impl Eq for crate::TypeBareFn {} implementation
1969 impl PartialEq for crate::TypeBareFn { implementation
H A Ddebug.rs2791 impl Debug for crate::TypeBareFn { implementation
2797 impl crate::TypeBareFn { implementation
H A Dvisit_mut.rs817 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 Dvisit.rs809 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 Dhash.rs2512 impl Hash for crate::TypeBareFn { implementation