Home
last modified time | relevance | path

Searched refs:PatType (Results 1 – 12 of 12) sorted by relevance

/linux/rust/syn/
H A Dpat.rs78 Type(PatType),
209 pub struct PatType {
254 PatTuple, PatTupleStruct, PatType, PatWild,
388 impl Parse for PatType { implementation
390 Ok(PatType { in parse()
814 PatTuple, PatTupleStruct, PatType, PatWild,
929 impl ToTokens for PatType { implementation
H A Dstmt.rs93 use crate::pat::{Pat, PatType};
292 pat = Pat::Type(PatType { in stmt_local()
H A Dlib.rs488 PatReference, PatRest, PatSlice, PatStruct, PatTuple, PatTupleStruct, PatType, PatWild,
H A Ditem.rs11 use crate::pat::{Pat, PatType};
830 Typed(PatType),
929 use crate::pat::{Pat, PatType, PatWild};
1619 return Ok(FnArgOrVariadic::FnArg(FnArg::Typed(PatType { in parse_fn_arg_or_variadic()
1644 Ok(FnArgOrVariadic::FnArg(FnArg::Typed(PatType { in parse_fn_arg_or_variadic()
H A Dexpr.rs1206 use crate::pat::{Pat, PatType};
2609 Ok(Pat::Type(PatType { in closure_arg()
/linux/rust/syn/gen/
H A Dfold.rs720 fn fold_pat_type(&mut self, i: crate::PatType) -> crate::PatType { in fold_pat_type() argument
3078 pub fn fold_pat_type<F>(f: &mut F, node: crate::PatType) -> crate::PatType in fold_pat_type()
3082 crate::PatType { in fold_pat_type()
H A Dclone.rs1624 impl Clone for crate::PatType { implementation
1626 crate::PatType { in clone()
H A Deq.rs1602 impl Eq for crate::PatType {} implementation
1605 impl PartialEq for crate::PatType { implementation
H A Ddebug.rs2356 impl Debug for crate::PatType { implementation
2362 impl crate::PatType { implementation
H A Dvisit_mut.rs685 fn visit_pat_type_mut(&mut self, i: &mut crate::PatType) { in visit_pat_type_mut() argument
2982 pub fn visit_pat_type_mut<V>(v: &mut V, node: &mut crate::PatType) in visit_pat_type_mut()
H A Dvisit.rs677 fn visit_pat_type(&mut self, i: &'ast crate::PatType) { in visit_pat_type() argument
3139 pub fn visit_pat_type<'ast, V>(v: &mut V, node: &'ast crate::PatType) in visit_pat_type()
H A Dhash.rs2063 impl Hash for crate::PatType { implementation