Home
last modified time | relevance | path

Searched refs:trailer_expr (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs1521 return trailer_expr(begin, attrs, input, allow_struct); in unary_expr()
1562 trailer_expr(begin, attrs, input, allow_struct) in unary_expr()
1582 trailer_expr(input) in unary_expr()
1593 fn trailer_expr( in trailer_expr() function
1718 fn trailer_expr(input: ParseStream) -> Result<Expr> { in trailer_expr() function