Searched refs:getContainingInterface (Results 1 – 15 of 15) sorted by relevance
525 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()551 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()1052 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
310 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
1970 ObjCInterfaceDecl *getContainingInterface();1971 const ObjCInterfaceDecl *getContainingInterface() const { in getContainingInterface() function1972 return const_cast<ObjCIvarDecl *>(this)->getContainingInterface(); in getContainingInterface()
842 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()957 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1017 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3757 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3802 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3839 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3851 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()3964 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()
1976 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1983 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
824 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
1881 ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() { in getContainingInterface() function in ObjCIvarDecl
2007 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
3440 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
1689 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
8106 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
1591 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()6868 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()6884 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
1695 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()
1305 IVD->getContainingInterface()->getCanonicalDecl(); in VisitObjCIvarDecl()