pub fn locations_of_body<'a: 'tcx, 'tcx>( body: &'a Body<'tcx>, ) -> impl Iterator<Item = Location> + 'a + 'tcx
All locations that a body has (helper)