Searched refs:ReferenceTy (Results 1 – 2 of 2) sorted by relevance
402 typename ReferenceTy =408 std::remove_reference_t<ReferenceTy>,410 std::remove_reference_t<ReferenceTy> *, ReferenceTy> {420 ReferenceTy operator*() const { return F(*this->I); }443 template <typename DerivedT, typename ItTy, typename ReferenceTy>448 std::remove_reference_t<ReferenceTy>,450 std::remove_reference_t<ReferenceTy> *, ReferenceTy> {459 ReferenceTy operator*() const {
15795 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType() local15796 diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()