Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dty.rs302 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 Dexpr.rs1377 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()