Searched refs:ExprRepeat (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | precedence.rs | 11 ExprMatch, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprReturn, ExprStruct, ExprTry, 147 | Expr::Repeat(ExprRepeat { attrs, .. }) in of()
|
| H A D | expr.rs | 216 Repeat(ExprRepeat), 610 pub struct ExprRepeat #full { 958 | Expr::Repeat(ExprRepeat { attrs, .. }) in replace_attrs() 1185 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprUnsafe, 2076 Ok(Expr::Repeat(ExprRepeat { in array_or_repeat() 2116 impl Parse for ExprRepeat { implementation 2119 Ok(ExprRepeat { in parse() 3133 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprUnsafe, 3931 impl ToTokens for ExprRepeat { implementation
|
| H A D | lib.rs | 385 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 296 fn fold_expr_repeat(&mut self, i: crate::ExprRepeat) -> crate::ExprRepeat { in fold_expr_repeat() argument 1831 pub fn fold_expr_repeat<F>(f: &mut F, node: crate::ExprRepeat) -> crate::ExprRepeat in fold_expr_repeat() 1835 crate::ExprRepeat { in fold_expr_repeat()
|
| H A D | clone.rs | 667 impl Clone for crate::ExprRepeat { implementation 669 crate::ExprRepeat { in clone()
|
| H A D | eq.rs | 662 impl Eq for crate::ExprRepeat {} implementation 665 impl PartialEq for crate::ExprRepeat { implementation
|
| H A D | debug.rs | 1023 impl Debug for crate::ExprRepeat { implementation 1029 impl crate::ExprRepeat { implementation
|
| H A D | visit_mut.rs | 294 fn visit_expr_repeat_mut(&mut self, i: &mut crate::ExprRepeat) { in visit_expr_repeat_mut() argument 1797 pub fn visit_expr_repeat_mut<V>(v: &mut V, node: &mut crate::ExprRepeat) in visit_expr_repeat_mut()
|
| H A D | visit.rs | 286 fn visit_expr_repeat(&mut self, i: &'ast crate::ExprRepeat) { in visit_expr_repeat() argument 1857 pub fn visit_expr_repeat<'ast, V>(v: &mut V, node: &'ast crate::ExprRepeat) in visit_expr_repeat()
|
| H A D | hash.rs | 898 impl Hash for crate::ExprRepeat { implementation
|