Lines Matching defs:ParseStream
1190 input: ParseStream, in parse_expr()
1287 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr()
1346 input: ParseStream, in ambiguous_expr()
1377 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()
1445 input: ParseStream, in trailer_expr()
1463 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper()
1627 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr()
1775 input: ParseStream, in path_or_macro_or_struct()
1791 input: ParseStream, in rest_of_path_or_macro_or_struct()
2051 input: ParseStream, in expr_group()
2301 input: ParseStream, in expr_unary()
2384 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()
2602 fn expr_return(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprReturn> { in expr_return()
2660 input: ParseStream, in expr_struct_helper()
2744 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range()