Searched refs:parse_any (Results 1 – 9 of 9) sorted by relevance
48 fn parse_any(input: ParseStream) -> Result<Self>; in parse_any() method89 fn parse_any(input: ParseStream) -> Result<Self> { in parse_any() method
411 let ident = Ident::parse_any(input)?; in parse_meta_path()423 let ident = Ident::parse_any(input)?; in parse_meta_path()
332 input.call(Ident::parse_any) in parse_named()344 input.call(Ident::parse_any)?; in parse_named()
107 let path = content.call(Ident::parse_any)?; in parse_pub()
523 let ident = input.call(Ident::parse_any)?; in parse_helper()528 input.call(Ident::parse_any)? in parse_helper()595 let ident = Ident::parse_any(input)?; in parse_mod_style()
1027 input.call(Ident::parse_any)? in parse_rest_of_item()1244 input.call(Ident::parse_any).map(Some) in parse()1301 input.call(Ident::parse_any)? in parse()1377 let ident = input.call(Ident::parse_any)?; in parse_use_tree()1469 input.call(Ident::parse_any)? in parse()1774 input.call(Ident::parse_any) in parse()2348 let ident = input.call(Ident::parse_any)?; in parse()2424 input.call(Ident::parse_any)? in parse()2691 input.call(Ident::parse_any)? in parse()2767 input.call(Ident::parse_any)? in parse()
574 ident: input.call(Ident::parse_any)?, in parse()1092 input.call(Ident::parse_any).map(CapturedParam::Ident) in parse()1136 input.call(Ident::parse_any).unwrap(); // `impl` or `for` or `where` in choose_generics_over_qpath_after_keyword()
1005 let name = input.call(Ident::parse_any)?; in parse_bare_fn_arg()1040 let name = input.call(Ident::parse_any)?; in parse_bare_variadic()
478 input.call(Ident::parse_any)? in pat_ident()