Lines Matching refs:getClassInterface
401 OldContextName = Category->getClassInterface()->getIdentifier(); in checkAtomicPropertyMismatch()
430 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension()
1037 auto OrigClass = Category->getClassInterface(); in hasWrittenStorageAttribute()
1111 IDecl = IC->getClassInterface(); in ActOnPropertyImplDecl()
1186 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1599 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
1999 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
2057 if ((IDecl = C->getClassInterface())) { in DiagnoseUnimplementedProperties()
2119 if ((PrimaryClass = C->getClassInterface())) in DiagnoseUnimplementedProperties()
2403 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2405 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2414 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2416 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2425 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2441 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2534 GetterMethod->getClassInterface()); in ProcessPropertyDecl()
2608 SetterMethod->getClassInterface()); in ProcessPropertyDecl()
2638 CurrentClass = Cat->getClassInterface(); in ProcessPropertyDecl()
2640 CurrentClass = Impl->getClassInterface(); in ProcessPropertyDecl()