Searched refs:getContainingInterface (Results 1 – 9 of 9) sorted by relevance
33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset()
1449 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()
847 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()965 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1025 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3846 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3891 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3928 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3941 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()4054 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()6176 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()5102 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
1897 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1904 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
1471 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
1424 const ObjCInterfaceDecl *getContainingInterface() const;