Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp3845 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local
3846 if (!objcPtr) in isBlockCompatibleObjCPointerType()
3849 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
3855 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()
3860 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()
3867 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()