Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
4354 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local4355 if (!objcPtr) in isBlockCompatibleObjCPointerType()4358 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()4364 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()4369 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()4376 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()