Searched refs:getContainingInterface (Results 1 – 10 of 10) sorted by relevance
531 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()557 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()1052 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
311 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset()
1448 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()6321 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
442 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
837 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()954 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1014 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3765 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3810 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3847 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3859 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()3971 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()6075 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()801 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()860 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()5067 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
1909 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1916 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
1719 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
1880 const ObjCInterfaceDecl *getContainingInterface() const;