Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance
4200 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local4201 if (!objcPtr) in isBlockCompatibleObjCPointerType()4204 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()4210 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()4215 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()4222 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()