Searched defs:ExprUseVisitor (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/tests/ui/nll/ |
| D | issue-27583.rs | 22 pub struct ExprUseVisitor<'d, 't, 'a: 't, 'tcx:'a+'d> { struct 28 impl<'d,'t,'a,'tcx> ExprUseVisitor<'d,'t,'a,'tcx> { implementation
|
| /third_party/rust/rust/compiler/rustc_hir_typeck/src/ |
| D | expr_use_visitor.rs | 94 pub struct ExprUseVisitor<'a, 'tcx> { struct 95 mc: mc::MemCategorizationContext<'a, 'tcx>, 119 impl<'a, 'tcx> ExprUseVisitor<'a, 'tcx> { argument 398 let ExprUseVisitor { ref mc, body_owner: _, delegate: _ } = *self; in maybe_read_scrutinee() localVariable 702 let ExprUseVisitor { ref mc, body_owner: _, ref mut delegate } = *self; in walk_pat() localVariable
|