Lines Matching refs:ExprPath
204 Path(ExprPath),
566 pub struct ExprPath {
738 pub const PLACEHOLDER: Self = Expr::Path(ExprPath {
954 | Expr::Path(ExprPath { attrs, .. }) in replace_attrs()
1190 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary,
1988 Ok(Expr::Path(ExprPath { in rest_of_path_or_macro_or_struct()
2761 let value = Expr::Path(ExprPath { in parse()
2960 impl Parse for ExprPath { implementation
2970 Ok(ExprPath { attrs, qself, path }) in parse()
3138 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary,
3832 impl ToTokens for ExprPath { implementation