Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
4265 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local4266 if (!objcPtr) in isBlockCompatibleObjCPointerType()4269 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()4275 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()4280 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()4287 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()