Home
last modified time | relevance | path

Searched refs:getContainingInterface (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp532 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()
558 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()
1042 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
H A DIvarInvalidationChecker.cpp309 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1979 ObjCInterfaceDecl *getContainingInterface();
1980 const ObjCInterfaceDecl *getContainingInterface() const { in getContainingInterface() function
1981 return const_cast<ObjCIvarDecl *>(this)->getContainingInterface(); in getContainingInterface()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp840 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()
H A DRewriteObjC.cpp756 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1974 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1981 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp825 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1872 ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() { in getContainingInterface() function in ObjCIvarDecl
H A DASTStructuralEquivalence.cpp2434 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
H A DRecordLayoutBuilder.cpp3541 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
H A DDecl.cpp1726 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
H A DASTContext.cpp9177 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), IVD); in EncodeBitField()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1522 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6754 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
6769 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
H A DCGObjCGNU.cpp1703 Ivar->getContainingInterface(); in EmitIvarOffset()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1346 IVD->getContainingInterface()->getCanonicalDecl(); in VisitObjCIvarDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9992 {"_ZNK5clang12ObjCIvarDecl22getContainingInterfaceEv", "clang::ObjCIvarDecl::getContainingInterface