Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
3631 const ObjCObjectPointerType *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local3632 if (!objcPtr) in isBlockCompatibleObjCPointerType()3635 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()3641 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()3646 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()3653 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()