Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp310 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1978 ObjCInterfaceDecl *getContainingInterface();
1979 const ObjCInterfaceDecl *getContainingInterface() const { in getContainingInterface() function
1980 return const_cast<ObjCIvarDecl *>(this)->getContainingInterface(); in getContainingInterface()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp842 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()
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()
6062 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
H A DRewriteObjC.cpp758 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1986 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1993 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp825 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1881 ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() { in getContainingInterface() function in ObjCIvarDecl
H A DASTStructuralEquivalence.cpp2128 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
H A DRecordLayoutBuilder.cpp3489 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
H A DDecl.cpp1735 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
H A DASTContext.cpp8119 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1591 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6824 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
6840 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
H A DCGObjCGNU.cpp1704 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1347 IVD->getContainingInterface()->getCanonicalDecl(); in VisitObjCIvarDecl()