Searched refs:PatOr (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | pat.rs | 42 Or(PatOr), 124 pub struct PatOr { 253 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 412 pat = Pat::Or(PatOr { in multi_pat_impl() 813 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 836 impl ToTokens for PatOr { implementation
|
| H A D | lib.rs | 487 FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 677 fn fold_pat_or(&mut self, i: crate::PatOr) -> crate::PatOr { in fold_pat_or() argument 2974 pub fn fold_pat_or<F>(f: &mut F, node: crate::PatOr) -> crate::PatOr in fold_pat_or() 2978 crate::PatOr { in fold_pat_or()
|
| H A D | clone.rs | 1531 impl Clone for crate::PatOr { implementation 1533 crate::PatOr { in clone()
|
| H A D | eq.rs | 1518 impl Eq for crate::PatOr {} implementation 1521 impl PartialEq for crate::PatOr { implementation
|
| H A D | debug.rs | 2215 impl Debug for crate::PatOr { implementation 2221 impl crate::PatOr { implementation
|
| H A D | visit_mut.rs | 645 fn visit_pat_or_mut(&mut self, i: &mut crate::PatOr) { in visit_pat_or_mut() argument 2876 pub fn visit_pat_or_mut<V>(v: &mut V, node: &mut crate::PatOr) in visit_pat_or_mut()
|
| H A D | visit.rs | 637 fn visit_pat_or(&mut self, i: &'ast crate::PatOr) { in visit_pat_or() argument 3017 pub fn visit_pat_or<'ast, V>(v: &mut V, node: &'ast crate::PatOr) in visit_pat_or()
|
| H A D | hash.rs | 1969 impl Hash for crate::PatOr { implementation
|