Lines Matching refs:getClassInterface
394 OldContextName = Category->getClassInterface()->getIdentifier(); in checkAtomicPropertyMismatch()
414 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension()
1015 auto OrigClass = Category->getClassInterface(); in hasWrittenStorageAttribute()
1086 IDecl = IC->getClassInterface(); in ActOnPropertyImplDecl()
1160 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1568 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
1969 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
2027 if ((IDecl = C->getClassInterface())) { in DiagnoseUnimplementedProperties()
2088 if ((PrimaryClass = C->getClassInterface())) in DiagnoseUnimplementedProperties()
2373 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2375 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2384 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2386 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2395 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2411 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2505 GetterMethod->getClassInterface()); in ProcessPropertyDecl()
2579 SetterMethod->getClassInterface()); in ProcessPropertyDecl()
2609 CurrentClass = Cat->getClassInterface(); in ProcessPropertyDecl()
2611 CurrentClass = Impl->getClassInterface(); in ProcessPropertyDecl()