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()
1590 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
1988 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
2046 if ((IDecl = C->getClassInterface())) { in DiagnoseUnimplementedProperties()
2107 if ((PrimaryClass = C->getClassInterface())) in DiagnoseUnimplementedProperties()
2391 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2393 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2402 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2404 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2413 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2429 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2522 GetterMethod->getClassInterface()); in ProcessPropertyDecl()
2596 SetterMethod->getClassInterface()); in ProcessPropertyDecl()
2626 CurrentClass = Cat->getClassInterface(); in ProcessPropertyDecl()
2628 CurrentClass = Impl->getClassInterface(); in ProcessPropertyDecl()