Searched refs:ambig_ty (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/syn/ |
| H A D | ty.rs | 302 ambig_ty(input, allow_plus, allow_group_generic) in parse() 316 ambig_ty(input, allow_plus, allow_group_generic) in without_plus() 320 pub(crate) fn ambig_ty( in ambig_ty() function 802 let ty = ambig_ty(input, allow_plus, allow_group_generic)?; in parse() 974 ambig_ty(&content, allow_plus, allow_group_generic)? in parse()
|
| H A D | expr.rs | 1377 let ty = ty::parsing::ambig_ty(input, allow_plus, allow_group_generic)?; in parse_expr() 1420 let ty = ty::parsing::ambig_ty(input, allow_plus, allow_group_generic)?; in parse_expr()
|