Searched refs:ReferenceTy (Results 1 – 2 of 2) sorted by relevance
354 typename ReferenceTy =360 std::remove_reference_t<ReferenceTy>,362 std::remove_reference_t<ReferenceTy> *, ReferenceTy> {372 ReferenceTy operator*() const { return F(*this->I); }395 template <typename DerivedT, typename ItTy, typename ReferenceTy>400 std::remove_reference_t<ReferenceTy>,402 std::remove_reference_t<ReferenceTy> *, ReferenceTy> {411 ReferenceTy operator*() const {
14111 if (const auto *ReferenceTy = dyn_cast<ReferenceType>(PType)) { in diagnoseArrayStarInParamType() local14112 diagnoseArrayStarInParamType(S, ReferenceTy->getPointeeType(), Loc); in diagnoseArrayStarInParamType()