Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs1985 return expr_struct_helper(input, qself, path).map(Expr::Struct); in rest_of_path_or_macro_or_struct()
2785 expr_struct_helper(input, qself, path) in parse()
2789 fn expr_struct_helper( in expr_struct_helper() function