Home
last modified time | relevance | path

Searched defs:self_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs268 pub self_expr: P<Expr>, field
1182 let self_expr = tag_exprs.remove(0); in expand_enum_method_body() localVariable
1501 let self_expr = exprs.remove(0); in create_fields() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dconfirm.rs27 self_expr: &'tcx hir::Expr<'tcx>, field