Searched refs:T1MPType (Results 1 – 3 of 3) sorted by relevance
459 const MemberPointerType *T1MPType = T1->getAs<MemberPointerType>(), in UnwrapDissimilarPointerTypes() local461 if (T1MPType && T2MPType) { in UnwrapDissimilarPointerTypes()462 T1 = T1MPType->getPointeeType(); in UnwrapDissimilarPointerTypes()
4262 const MemberPointerType *T1MPType = T1->getAs<MemberPointerType>(), in UnwrapSimilarPointerTypes() local4264 if (T1MPType && T2MPType && in UnwrapSimilarPointerTypes()4265 hasSameUnqualifiedType(QualType(T1MPType->getClass(), 0), in UnwrapSimilarPointerTypes()4267 T1 = T1MPType->getPointeeType(); in UnwrapSimilarPointerTypes()
5750 const auto *T1MPType = T1->getAs<MemberPointerType>(); in UnwrapSimilarTypes() local5752 if (T1MPType && T2MPType && in UnwrapSimilarTypes()5753 hasSameUnqualifiedType(QualType(T1MPType->getClass(), 0), in UnwrapSimilarTypes()5755 T1 = T1MPType->getPointeeType(); in UnwrapSimilarTypes()