Searched defs:TypeWalker (Results 1 – 2 of 2) sorted by relevance
13 pub struct TypeWalker<'tcx> { struct14 stack: TypeWalkerStack<'tcx>, argument27 impl<'tcx> TypeWalker<'tcx> { argument49 impl<'tcx> Iterator for TypeWalker<'tcx> { implementation
77 struct TypeWalker<'cx, 'tcx> { struct90 impl<'cx, 'tcx> TypeWalker<'cx, 'tcx> { impl211 impl<'cx, 'tcx> Visitor<'tcx> for TypeWalker<'cx, 'tcx> { implementation