Lines Matching refs:ObjCInterfaceDecl
226 (isa<ObjCInterfaceDecl>(ClassDecl) || in ActOnProperty()
234 if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) { in ActOnProperty()
237 ObjCInterfaceDecl *CurrentInterfaceDecl = IFace; in ActOnProperty()
238 while (ObjCInterfaceDecl *Super = CurrentInterfaceDecl->getSuperClass()) { in ActOnProperty()
431 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension()
602 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface(); in CreatePropertyDecl()
835 ObjCInterfaceDecl *ClassDecl, in SelectPropertyForSynthesisFromProtocols()
839 ObjCInterfaceDecl::ProtocolPropertySet ProtocolSet; in SelectPropertyForSynthesisFromProtocols()
840 ObjCInterfaceDecl::PropertyDeclOrder Properties; in SelectPropertyForSynthesisFromProtocols()
846 if (ObjCInterfaceDecl *SDecl = ClassDecl->getSuperClass()) { in SelectPropertyForSynthesisFromProtocols()
1066 ObjCInterfaceDecl *IDecl = nullptr; in ActOnPropertyImplDecl()
1181 ObjCInterfaceDecl *ClassDeclared; in ActOnPropertyImplDecl()
1233 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
1251 ObjCInterfaceDecl *ClassDeclared=nullptr; in ActOnPropertyImplDecl()
1531 ObjCInterfaceDecl *ClassDeclared=nullptr; in ActOnPropertyImplDecl()
1706 if (ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl)) { in CollectImmediateProperties()
1768 static void CollectSuperClassPropertyImplementations(ObjCInterfaceDecl *CDecl, in CollectSuperClassPropertyImplementations()
1769 ObjCInterfaceDecl::PropertyMap &PropMap) { in CollectSuperClassPropertyImplementations()
1770 if (ObjCInterfaceDecl *SDecl = CDecl->getSuperClass()) { in CollectSuperClassPropertyImplementations()
1771 ObjCInterfaceDecl::PropertyDeclOrder PO; in CollectSuperClassPropertyImplementations()
1783 Sema::IvarBacksCurrentMethodAccessor(ObjCInterfaceDecl *IFace, in IvarBacksCurrentMethodAccessor()
1811 static bool SuperClassImplementsProperty(ObjCInterfaceDecl *IDecl, in SuperClassImplementsProperty()
1819 ObjCInterfaceDecl *SDecl = IDecl->getSuperClass(); in SuperClassImplementsProperty()
1835 ObjCInterfaceDecl *IDecl, in DefaultSynthesizeProperties()
1837 ObjCInterfaceDecl::PropertyMap PropMap; in DefaultSynthesizeProperties()
1838 ObjCInterfaceDecl::PropertyDeclOrder PropertyOrder; in DefaultSynthesizeProperties()
1842 ObjCInterfaceDecl::PropertyMap SuperPropMap; in DefaultSynthesizeProperties()
1934 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
1940 Sema &S, ObjCInterfaceDecl *PrimaryClass, Selector Method, in DiagnoseUnimplementedAccessor()
1971 if (ObjCInterfaceDecl *ID = dyn_cast<ObjCInterfaceDecl>(CDecl)) in DiagnoseUnimplementedAccessor()
1972 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
1981 ObjCInterfaceDecl *IDecl = dyn_cast<ObjCInterfaceDecl>(CDecl); in DiagnoseUnimplementedProperties()
1994 ObjCInterfaceDecl::PropertyDeclOrder PO; in DiagnoseUnimplementedProperties()
2053 ObjCInterfaceDecl *PrimaryClass = nullptr; in DiagnoseUnimplementedProperties()
2114 ObjCInterfaceDecl* IDecl) { in AtomicPropertySetterGetterRules()
2267 const ObjCInterfaceDecl *IFD) { in DiagnoseMissingDesignatedInitOverrides()
2269 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides()
2518 ObjCInterfaceDecl *CurrentClass = dyn_cast<ObjCInterfaceDecl>(CD); in ProcessPropertyDecl()