reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5267 UnwrapSimilarArrayTypes(T1, T2); 5270 const auto *T2PtrType = T2->getAs<PointerType>(); 5273 T2 = T2PtrType->getPointeeType(); 5278 const auto *T2MPType = T2->getAs<MemberPointerType>(); 5283 T2 = T2MPType->getPointeeType(); 5289 const auto *T2OPType = T2->getAs<ObjCObjectPointerType>(); 5292 T2 = T2OPType->getPointeeType();