Searched refs:ObjT (Results 1 – 4 of 4) sorted by relevance
57 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local58 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
919 if (const ObjCObjectType *ObjT = Result->getAs<ObjCObjectType>()) { in ConvertDeclSpecToType() local922 if (ObjT->getNumProtocols()) in ConvertDeclSpecToType()923 Result = ObjT->getBaseType(); in ConvertDeclSpecToType()4146 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local4148 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr()4151 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
1020 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local1022 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
3460 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local3462 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()