Searched refs:PatType (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/syn/ |
| H A D | pat.rs | 78 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 D | stmt.rs | 93 use crate::pat::{Pat, PatType}; 292 pat = Pat::Type(PatType { in stmt_local()
|
| H A D | lib.rs | 488 PatReference, PatRest, PatSlice, PatStruct, PatTuple, PatTupleStruct, PatType, PatWild,
|
| H A D | item.rs | 11 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 D | expr.rs | 1206 use crate::pat::{Pat, PatType}; 2609 Ok(Pat::Type(PatType { in closure_arg()
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 720 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 D | clone.rs | 1624 impl Clone for crate::PatType { implementation 1626 crate::PatType { in clone()
|
| H A D | eq.rs | 1602 impl Eq for crate::PatType {} implementation 1605 impl PartialEq for crate::PatType { implementation
|
| H A D | debug.rs | 2356 impl Debug for crate::PatType { implementation 2362 impl crate::PatType { implementation
|
| H A D | visit_mut.rs | 685 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 D | visit.rs | 677 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 D | hash.rs | 2063 impl Hash for crate::PatType { implementation
|