Searched refs:T2OPType (Results 1 – 2 of 2) sorted by relevance
4274 *T2OPType = T2->getAs<ObjCObjectPointerType>(); in UnwrapSimilarPointerTypes()4275 if (T1OPType && T2OPType) { in UnwrapSimilarPointerTypes()4277 T2 = T2OPType->getPointeeType(); in UnwrapSimilarPointerTypes()
5762 const auto *T2OPType = T2->getAs<ObjCObjectPointerType>(); in UnwrapSimilarTypes() local5763 if (T1OPType && T2OPType) { in UnwrapSimilarTypes()5765 T2 = T2OPType->getPointeeType(); in UnwrapSimilarTypes()