Searched refs:getContainingInterface (Results 1 – 16 of 16) sorted by relevance
532 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()558 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()1042 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
309 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
1979 ObjCInterfaceDecl *getContainingInterface();1980 const ObjCInterfaceDecl *getContainingInterface() const { in getContainingInterface() function1981 return const_cast<ObjCIvarDecl *>(this)->getContainingInterface(); in getContainingInterface()
840 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()955 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()1015 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()3756 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()3800 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()3837 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()3849 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()3962 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()6026 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
756 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()802 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()862 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()5044 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
1974 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()1981 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
825 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
1872 ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() { in getContainingInterface() function in ObjCIvarDecl
2434 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
3541 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
1726 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
9177 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), IVD); in EncodeBitField()
1522 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()6754 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()6769 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
1703 Ivar->getContainingInterface(); in EmitIvarOffset()
1346 IVD->getContainingInterface()->getCanonicalDecl(); in VisitObjCIvarDecl()
9992 {"_ZNK5clang12ObjCIvarDecl22getContainingInterfaceEv", "clang::ObjCIvarDecl::getContainingInterface…