Lines Matching refs:qself
568 pub qself: Option<QSelf>,
637 pub qself: Option<QSelf>,
740 qself: None,
1948 let (qself, path) = path::parsing::qpath(input, expr_style)?; in path_or_macro_or_struct()
1950 qself, in path_or_macro_or_struct()
1959 qself: Option<QSelf>, in rest_of_path_or_macro_or_struct()
1964 if qself.is_none() in rest_of_path_or_macro_or_struct()
1985 return expr_struct_helper(input, qself, path).map(Expr::Struct); in rest_of_path_or_macro_or_struct()
1990 qself, in rest_of_path_or_macro_or_struct()
2170 expr.qself, in expr_group()
2763 qself: None, in parse()
2784 let (qself, path) = path::parsing::qpath(input, expr_style)?; in parse()
2785 expr_struct_helper(input, qself, path) in parse()
2791 qself: Option<QSelf>, in expr_struct_helper()
2802 qself, in expr_struct_helper()
2825 qself, in expr_struct_helper()
2968 let (qself, path) = path::parsing::qpath(input, expr_style)?; in parse()
2970 Ok(ExprPath { attrs, qself, path }) in parse()
3835 path::printing::print_qpath(tokens, &self.qself, &self.path, PathStyle::Expr); in to_tokens()
3967 path::printing::print_qpath(tokens, &self.qself, &self.path, PathStyle::Expr); in to_tokens()