Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpat.rs42 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 Dlib.rs487 FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
/linux/rust/syn/gen/
H A Dfold.rs677 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 Dclone.rs1531 impl Clone for crate::PatOr { implementation
1533 crate::PatOr { in clone()
H A Deq.rs1518 impl Eq for crate::PatOr {} implementation
1521 impl PartialEq for crate::PatOr { implementation
H A Ddebug.rs2215 impl Debug for crate::PatOr { implementation
2221 impl crate::PatOr { implementation
H A Dvisit_mut.rs645 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 Dvisit.rs637 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 Dhash.rs1969 impl Hash for crate::PatOr { implementation