Searched defs:LateResolutionVisitor (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | late.rs | 631 struct LateResolutionVisitor<'a, 'b, 'ast, 'tcx> { struct 632 r: &'b mut Resolver<'a, 'tcx>, 635 parent_scope: ParentScope<'a>, 638 ribs: PerNS<Vec<Rib<'a>>>, 641 last_block_rib: Option<Rib<'a>>, 644 label_ribs: Vec<Rib<'a, NodeId>>, 647 lifetime_ribs: Vec<LifetimeRib>, 674 impl<'a: 'ast, 'ast, 'tcx> Visitor<'ast> for LateResolutionVisitor<'a, '_, 'ast, 'tcx> { argument 1240 impl<'a: 'ast, 'b, 'ast, 'tcx> LateResolutionVisitor<'a, 'b, 'ast, 'tcx> { implementation
|
| /third_party/rust/rust/compiler/rustc_resolve/src/late/ |
| D | diagnostics.rs | 171 impl<'a: 'ast, 'ast, 'tcx> LateResolutionVisitor<'a, '_, 'ast, 'tcx> { impl
|