Searched refs:T2MPType (Results 1 – 1 of 1) sorted by relevance
6120 const auto *T2MPType = T2->getAs<MemberPointerType>(); in UnwrapSimilarTypes() local6121 if (T1MPType && T2MPType && in UnwrapSimilarTypes()6123 QualType(T2MPType->getClass(), 0))) { in UnwrapSimilarTypes()6125 T2 = T2MPType->getPointeeType(); in UnwrapSimilarTypes()