Searched refs:getContainingInterface (Results 1 – 13 of 13) sorted by relevance
524 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()1051 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
310 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
841 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()956 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1016 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3756 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3801 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3838 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3850 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()3963 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()6063 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
758 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()804 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()864 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()5065 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
1954 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1961 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
783 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
1825 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
3386 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
1618 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
7372 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
1952 const ObjCInterfaceDecl *getContainingInterface() const;
1587 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()6893 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()6909 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
1692 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()