Home
last modified time | relevance | path

Searched refs:ExprRange (Results 1 – 11 of 11) sorted by relevance

/linux/rust/syn/
H A Dpat.rs14 ExprRange as PatRange,
245 Expr, ExprConst, ExprLit, ExprMacro, ExprPath, ExprRange, Member, RangeLimits,
612 Ok(Pat::Range(ExprRange { in pat_range()
628 Ok(Pat::Range(ExprRange { in pat_range_half_open()
692 Ok(Pat::Range(ExprRange { in pat_lit_or_range()
H A Dfixup.rs7 ExprBreak, ExprRange, ExprRawAddr, ExprReference, ExprReturn, ExprUnary, ExprYield,
397 | Expr::Range(ExprRange { end: None, .. }) in parenthesize()
H A Dexpr.rs207 Range(ExprRange),
576 pub struct ExprRange #full {
955 | Expr::Range(ExprRange { attrs, .. }) in replace_attrs()
1185 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprUnsafe,
1367 lhs = Expr::Range(ExprRange { in parse_expr()
2403 ExprRange, Range, "expected range expression",
2874 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range() argument
2877 Ok(ExprRange { in expr_range()
3133 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprUnsafe,
3841 impl ToTokens for ExprRange { implementation
[all …]
H A Dlib.rs385 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe,
/linux/rust/syn/gen/
H A Dfold.rs281 fn fold_expr_range(&mut self, i: crate::ExprRange) -> crate::ExprRange { in fold_expr_range() argument
1788 pub fn fold_expr_range<F>(f: &mut F, node: crate::ExprRange) -> crate::ExprRange in fold_expr_range()
1792 crate::ExprRange { in fold_expr_range()
H A Dclone.rs630 impl Clone for crate::ExprRange { implementation
632 crate::ExprRange { in clone()
H A Deq.rs629 impl Eq for crate::ExprRange {} implementation
632 impl PartialEq for crate::ExprRange { implementation
H A Ddebug.rs968 impl Debug for crate::ExprRange { implementation
974 impl crate::ExprRange { implementation
H A Dvisit_mut.rs279 fn visit_expr_range_mut(&mut self, i: &mut crate::ExprRange) { in visit_expr_range_mut() argument
1759 pub fn visit_expr_range_mut<V>(v: &mut V, node: &mut crate::ExprRange) in visit_expr_range_mut()
H A Dvisit.rs271 fn visit_expr_range(&mut self, i: &'ast crate::ExprRange) { in visit_expr_range() argument
1813 pub fn visit_expr_range<'ast, V>(v: &mut V, node: &'ast crate::ExprRange) in visit_expr_range()
H A Dhash.rs861 impl Hash for crate::ExprRange { implementation