Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp524 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()
550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()
1051 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
H A DIvarInvalidationChecker.cpp310 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/netbsd-src/external/apache2/llvm/dist/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()
3767 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()
3812 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()
3849 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()
3861 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()
3974 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()
6074 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()
5077 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1953 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1960 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp783 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1952 const ObjCInterfaceDecl *getContainingInterface() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1825 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
H A DRecordLayoutBuilder.cpp3380 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
H A DDecl.cpp1618 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
H A DASTContext.cpp7353 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1587 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6893 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
6909 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
H A DCGObjCGNU.cpp1689 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()