Home
last modified time | relevance | path

Searched defs:path_expr (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/
Ddecodable.rs200 let path_expr = cx.expr_path(outer_pat_path); in decode_static_fields() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dexpressions.rs623 fn path_expr(p: &mut Parser<'_>, r: Restrictions) -> (CompletedMarker, BlockLike) { in path_expr() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs57 let path_expr: ast::PathExpr = ctx.find_node_at_offset()?; in gen_fn() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dlib.rs1222 let path_expr = Expr { in lower_generic_arg() localVariable