Lines Matching refs:getClassInterface
400 OldContextName = Category->getClassInterface()->getIdentifier(); in checkAtomicPropertyMismatch()
426 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension()
875 auto OrigClass = Category->getClassInterface(); in hasWrittenStorageAttribute()
922 IDecl = IC->getClassInterface(); in ActOnPropertyImplDecl()
998 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1380 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
1763 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
1822 if ((IDecl = C->getClassInterface())) { in DiagnoseUnimplementedProperties()
1884 if ((PrimaryClass = C->getClassInterface())) in DiagnoseUnimplementedProperties()
2160 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2162 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2171 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2173 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2353 CurrentClass = Cat->getClassInterface(); in ProcessPropertyDecl()
2355 CurrentClass = Impl->getClassInterface(); in ProcessPropertyDecl()