Home
last modified time | relevance | path

Searched refs:ExprRepeat (Results 1 – 10 of 10) sorted by relevance

/linux/rust/syn/
H A Dprecedence.rs11 ExprMatch, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprReturn, ExprStruct, ExprTry,
147 | Expr::Repeat(ExprRepeat { attrs, .. }) in of()
H A Dexpr.rs216 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 Dlib.rs385 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe,
/linux/rust/syn/gen/
H A Dfold.rs296 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 Dclone.rs667 impl Clone for crate::ExprRepeat { implementation
669 crate::ExprRepeat { in clone()
H A Deq.rs662 impl Eq for crate::ExprRepeat {} implementation
665 impl PartialEq for crate::ExprRepeat { implementation
H A Ddebug.rs1023 impl Debug for crate::ExprRepeat { implementation
1029 impl crate::ExprRepeat { implementation
H A Dvisit_mut.rs294 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 Dvisit.rs286 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 Dhash.rs898 impl Hash for crate::ExprRepeat { implementation