Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs1599 let atom = atom_expr(input, allow_struct)?; in trailer_expr()
1719 let mut e = atom_expr(input)?; in trailer_expr()
1794 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() function
1895 fn atom_expr(input: ParseStream) -> Result<Expr> { in atom_expr() function