Searched refs:T1MPType (Results 1 – 1 of 1) sorted by relevance
7009 if (const auto *T1MPType = T1->getAs<MemberPointerType>(), in UnwrapSimilarTypes() local7011 T1MPType && T2MPType) { in UnwrapSimilarTypes()7012 if (auto *RD1 = T1MPType->getMostRecentCXXRecordDecl(), in UnwrapSimilarTypes()7016 if (getCanonicalNestedNameSpecifier(T1MPType->getQualifier()) != in UnwrapSimilarTypes()7019 T1 = T1MPType->getPointeeType(); in UnwrapSimilarTypes()