Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dexpr.rs1448 let atom = atom_expr(input, allow_struct)?; in trailer_expr()
1552 let mut e = atom_expr(input)?; in trailer_expr()
1627 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() functions
1726 fn atom_expr(input: ParseStream) -> Result<Expr> { in atom_expr() functions

Completed in 5 milliseconds