Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4195 const auto *objcPtr = getAs<ObjCObjectPointerType>(); in isBlockCompatibleObjCPointerType() local
4196 if (!objcPtr) in isBlockCompatibleObjCPointerType()
4199 if (objcPtr->isObjCIdType()) { in isBlockCompatibleObjCPointerType()
4205 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) { in isBlockCompatibleObjCPointerType()
4210 } else if (objcPtr->isObjCQualifiedIdType()) { in isBlockCompatibleObjCPointerType()
4217 for (ObjCProtocolDecl *proto : objcPtr->quals()) { in isBlockCompatibleObjCPointerType()