Lines Matching defs:ParseStream
1160 input: ParseStream, in parse_expr()
1257 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr()
1316 input: ParseStream, in ambiguous_expr()
1362 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()
1419 input: ParseStream, in trailer_expr()
1437 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper()
1573 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr()
1724 input: ParseStream, in path_or_macro_or_struct()
2178 input: ParseStream, in expr_unary()
2261 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure()
2444 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break()
2465 fn expr_ret(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprReturn> { in expr_ret()
2526 input: ParseStream, in expr_struct_helper()
2610 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range()