Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
4627 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local4628 if (!objcPtr) in isBlockCompatibleObjCPointerType()4631 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()4637 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()4642 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()4649 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()