Lines Matching defs:ParseStream
1279 input: ParseStream, in parse_expr()
1392 input: ParseStream, in parse_expr()
1454 fn ambiguous_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in ambiguous_expr()
1488 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()
1525 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()
1546 input: ParseStream, in trailer_expr()
1559 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper()
1667 fn trailer_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in trailer_expr()
1713 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr()
1806 fn atom_expr(input: ParseStream, _allow_struct: AllowStruct) -> Result<Expr> { in atom_expr()
1826 fn path_or_macro_or_struct(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in path_or_macro_or_struct()
2296 input: ParseStream, in expr_box()
2319 input: ParseStream, in expr_unary()
2403 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure()
2567 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break()
2588 fn expr_ret(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprReturn> { in expr_ret()
2650 input: ParseStream, in expr_struct_helper()
2746 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range()