Searched refs:ReferenceTy (Results 1 – 2 of 2) sorted by relevance
296 typename ReferenceTy =302 std::remove_reference_t<ReferenceTy>,304 std::remove_reference_t<ReferenceTy> *, ReferenceTy> {313 ReferenceTy operator*() const { return F(*this->I); }336 template <typename DerivedT, typename ItTy, typename ReferenceTy>341 std::remove_reference_t<ReferenceTy>,343 std::remove_reference_t<ReferenceTy> *, ReferenceTy> {352 ReferenceTy operator*() const {
15452 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType() local15453 diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()