Searched refs:ObjT (Results 1 – 5 of 5) sorted by relevance
57 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local58 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
924 if (const ObjCObjectType *ObjT = Result->getAs<ObjCObjectType>()) { in ConvertDeclSpecToType() local927 if (ObjT->getNumProtocols()) in ConvertDeclSpecToType()928 Result = ObjT->getBaseType(); in ConvertDeclSpecToType()4206 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local4208 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr()4211 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
1002 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local1004 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
3905 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local3907 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
556 if (const ObjCObjectType *ObjT = A->getInterface()->getAs<ObjCObjectType>()) in VisitChildren() local558 ObjT->getInterface(), in VisitChildren()