Searched refs:allow_struct (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/syn/ |
| H A D | expr.rs | 1244 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule() localVariable 1245 let atom = expr_group(input, allow_struct)?; in parse_with_earlier_boundary_rule() 1274 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule() localVariable 1275 unary_expr(input, allow_struct)? in parse_with_earlier_boundary_rule() 1282 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule() localVariable 1283 return parse_expr(input, expr, allow_struct, Precedence::MIN); in parse_with_earlier_boundary_rule() 1292 let allow_struct = AllowStruct(true); in parse_with_earlier_boundary_rule() localVariable 1293 return parse_expr(input, expr, allow_struct, Precedence::MIN); in parse_with_earlier_boundary_rule() 1315 allow_struct: AllowStruct, in parse_expr() 1341 let right = parse_binop_rhs(input, allow_struct, precedence)?; in parse_expr() [all …]
|