Lines Matching refs:ParseStream
281 use crate::parse::{Parse, ParseStream, Result};
285 fn parse(input: ParseStream) -> Result<Self> {
292 fn parse(input: ParseStream) -> Result<Self> {
377 pub(crate) fn const_argument(input: ParseStream) -> Result<Expr> {
422 pub fn parse_turbofish(input: ParseStream) -> Result<Self> {
429 input: ParseStream,
457 fn parse(input: ParseStream) -> Result<Self> {
465 fn parse(input: ParseStream) -> Result<Self> {
477 fn parse(input: ParseStream) -> Result<Self> {
483 fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> {
519 /// use syn::parse::{Parse, ParseStream};
535 /// fn parse(input: ParseStream) -> Result<Self> {
544 pub fn parse_mod_style(input: ParseStream) -> Result<Self> {
576 pub(crate) fn parse_helper(input: ParseStream, expr_style: bool) -> Result<Self> {
591 input: ParseStream,
611 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> {