Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
3845 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local3846 if (!objcPtr) in isBlockCompatibleObjCPointerType()3849 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()3855 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()3860 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()3867 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()