Searched refs:PatType (Results 1 - 12 of 12) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | pat.rs | 66 Type(PatType), 197 pub struct PatType { structure names 360 impl Parse for PatType { 362 Ok(PatType { in parse() 889 impl ToTokens for PatType {
|
H A D | lib.rs | 466 PatTupleStruct, PatType, PatWild,
|
H A D | stmt.rs | 273 pat = Pat::Type(PatType { in stmt_local()
|
H A D | item.rs | 817 Typed(PatType), 1556 return Ok(FnArgOrVariadic::FnArg(FnArg::Typed(PatType { in parse_fn_arg_or_variadic() 1581 Ok(FnArgOrVariadic::FnArg(FnArg::Typed(PatType { in parse_fn_arg_or_variadic()
|
H A D | expr.rs | 2458 Ok(Pat::Type(PatType { in closure_arg()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1582 impl Clone for PatType { 1584 PatType { in clone()
|
H A D | fold.rs | 665 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type() 2762 pub fn fold_pat_type<F>(f: &mut F, node: PatType) -> PatType in fold_pat_type() 2766 PatType { in fold_pat_type()
|
H A D | eq.rs | 1507 impl Eq for PatType {} 1510 impl PartialEq for PatType {
|
H A D | debug.rs | 2234 impl Debug for PatType { 2236 impl PatType { in fmt() impls 2246 self.debug(formatter, "PatType") in fmt()
|
H A D | visit_mut.rs | 665 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut() 3078 pub fn visit_pat_type_mut<V>(v: &mut V, node: &mut PatType) in visit_pat_type_mut()
|
H A D | hash.rs | 2023 impl Hash for PatType {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 3457 impl Debug for Lite<syn::PatType> { 3459 let mut formatter = formatter.debug_struct("PatType"); in fmt()
|
Completed in 41 milliseconds