Lines Matching refs:getClassInterface

394     OldContextName = Category->getClassInterface()->getIdentifier();  in checkAtomicPropertyMismatch()
423 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension()
1030 auto OrigClass = Category->getClassInterface(); in hasWrittenStorageAttribute()
1104 IDecl = IC->getClassInterface(); in ActOnPropertyImplDecl()
1178 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1591 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
1991 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
2049 if ((IDecl = C->getClassInterface())) { in DiagnoseUnimplementedProperties()
2111 if ((PrimaryClass = C->getClassInterface())) in DiagnoseUnimplementedProperties()
2395 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2397 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2406 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2408 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2417 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2433 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2526 GetterMethod->getClassInterface()); in ProcessPropertyDecl()
2600 SetterMethod->getClassInterface()); in ProcessPropertyDecl()
2630 CurrentClass = Cat->getClassInterface(); in ProcessPropertyDecl()
2632 CurrentClass = Impl->getClassInterface(); in ProcessPropertyDecl()