Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
4872 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local4873 if (!objcPtr) in isBlockCompatibleObjCPointerType()4876 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()4882 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()4887 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()4894 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()