Lines Matching defs:ParseStream
1311 input: ParseStream, in parse_expr()
1391 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr()
1434 input: ParseStream, in parse_binop_rhs()
1484 input: ParseStream, in ambiguous_expr()
1515 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()
1594 input: ParseStream, in trailer_expr()
1612 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper()
1781 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr()
1932 input: ParseStream, in path_or_macro_or_struct()
1949 input: ParseStream, in rest_of_path_or_macro_or_struct()
2147 input: ParseStream, in expr_group()
2203 fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprLet> { in expr_let()
2408 input: ParseStream, in expr_unary()
2523 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure()
2706 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break()
2778 input: ParseStream, in expr_struct_helper()
2862 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range()
2875 input: ParseStream, in parse_range_end()