Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dty.rs347 ambig_ty(input, allow_plus, allow_group_generic) in parse()
361 ambig_ty(input, allow_plus, allow_group_generic) in without_plus()
365 pub(crate) fn ambig_ty( in ambig_ty() function
879 let ty = ambig_ty(input, allow_plus, allow_group_generic)?; in parse()
1018 ambig_ty(&content, allow_plus, allow_group_generic)? in parse()
Dexpr.rs1376 let ty = ty::parsing::ambig_ty(input, allow_plus, allow_group_generic)?; in parse_expr()
1388 let ty = ty::parsing::ambig_ty(input, allow_plus, allow_group_generic)?; in parse_expr()
1438 let ty = ty::parsing::ambig_ty(input, allow_plus, allow_group_generic)?; in parse_expr()