Searched refs:typeArgObjC (Results 1 – 2 of 2) sorted by relevance
901 if (const auto *typeArgObjC = typeArg->getAs<ObjCObjectPointerType>()) { in applyObjCTypeArgs() local915 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs()920 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) { in applyObjCTypeArgs()
942 if (const auto *typeArgObjC = typeArg->getAs<ObjCObjectPointerType>()) { in applyObjCTypeArgs() local956 if (typeArgObjC->isObjCIdType()) { in applyObjCTypeArgs()961 } else if (S.Context.canAssignObjCInterfaces(boundObjC, typeArgObjC)) { in applyObjCTypeArgs()