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()
1990 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
2048 if ((IDecl = C->getClassInterface())) { in DiagnoseUnimplementedProperties()
2110 if ((PrimaryClass = C->getClassInterface())) in DiagnoseUnimplementedProperties()
2394 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2396 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2405 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2407 CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2416 auto *ExistingGetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2432 auto *ExistingSetter = CatDecl->getClassInterface()->lookupMethod( in ProcessPropertyDecl()
2525 GetterMethod->getClassInterface()); in ProcessPropertyDecl()
2599 SetterMethod->getClassInterface()); in ProcessPropertyDecl()
2629 CurrentClass = Cat->getClassInterface(); in ProcessPropertyDecl()
2631 CurrentClass = Impl->getClassInterface(); in ProcessPropertyDecl()