Searched refs:getContainingInterface (Results 1 – 9 of 9) sorted by relevance
33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset()
1452 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()6063 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
406 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
315 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
1897 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1904 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
847 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()965 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1025 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3852 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3897 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3934 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3947 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()4060 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()6185 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()5105 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
1473 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
1424 const ObjCInterfaceDecl *getContainingInterface() const;