Searched refs:getContainingInterface (Results 1 – 12 of 12) sorted by relevance
525 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()551 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()1053 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
311 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
841 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()957 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1017 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3759 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3804 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3841 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3853 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()3966 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()6066 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
758 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()802 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()861 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()5062 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
1937 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1944 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
759 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
1790 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
3124 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
6621 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
1976 const ObjCInterfaceDecl *getContainingInterface() const;
1549 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()6655 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()6671 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
1608 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()