Home
last modified time | relevance | path

Searched refs:getContainingInterface (Results 1 – 12 of 12) 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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1980 ObjCInterfaceDecl *getContainingInterface();
1981 const ObjCInterfaceDecl *getContainingInterface() const { in getContainingInterface() function
1982 return const_cast<ObjCIvarDecl *>(this)->getContainingInterface(); in getContainingInterface()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp841 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()
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()
6060 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1971 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1978 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1875 ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() { in getContainingInterface() function in ObjCIvarDecl
H A DASTStructuralEquivalence.cpp2165 Context.ToCtx.getObjCInterfaceType(D2->getContainingInterface()); in IsStructurallyEquivalent()
H A DRecordLayoutBuilder.cpp3501 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
H A DDecl.cpp1720 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
H A DASTContext.cpp8577 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1591 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6830 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
6846 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
H A DCGObjCGNU.cpp1702 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1339 IVD->getContainingInterface()->getCanonicalDecl(); in VisitObjCIvarDecl()