Searched defs:HeapVisitor (Results 1 – 2 of 2) sorted by relevance
65 struct HeapVisitor<'a> { struct68 stack: Vec<(&'a Hir, Frame<'a>)>,98 impl<'a> HeapVisitor<'a> { impl
125 struct HeapVisitor<'a> { struct128 stack: Vec<(&'a Ast, Frame<'a>)>,132 stack_class: Vec<(ClassInduct<'a>, ClassFrame<'a>)>,201 impl<'a> HeapVisitor<'a> { implementation