Home
last modified time | relevance | path

Searched refs:objcPtr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DType.cpp3631 const ObjCObjectPointerType *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local
3632 if (!objcPtr) in isBlockCompatibleObjCPointerType()
3635 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
3641 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()
3646 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()
3653 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()