Searched defs:IsThirPolymorphic (Results 1 – 1 of 1) sorted by relevance
269 struct IsThirPolymorphic<'a, 'tcx> { struct270 is_poly: bool,271 thir: &'a thir::Thir<'tcx>,302 impl<'a, 'tcx> IsThirPolymorphic<'a, 'tcx> { implementation375 impl<'a, 'tcx> visit::Visitor<'a, 'tcx> for IsThirPolymorphic<'a, 'tcx> { implementation