Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dexpr.rs1627 fn atom_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in atom_expr() function
1726 fn atom_expr(input: ParseStream) -> Result<Expr> { in atom_expr() function