Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
5121 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local5122 if (!objcPtr) in isBlockCompatibleObjCPointerType()5125 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()5131 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()5136 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()5143 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()