Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp531 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()
557 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()
1052 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
DIvarInvalidationChecker.cpp311 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp524 if (IvarDecl->getContainingInterface() != in diagnoseMissingReleases()
550 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface(); in diagnoseMissingReleases()
1051 PropImpl->getPropertyIvarDecl()->getContainingInterface(); in isReleasedByCIFilterDealloc()
DIvarInvalidationChecker.cpp310 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset()
DCGObjCMac.cpp1448 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6321 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
/external/clang/lib/Analysis/
DBodyFarm.cpp442 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp837 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()
954 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
1014 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
3765 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()
3810 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()
3847 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()
3859 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()
3971 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()
6075 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
DRewriteObjC.cpp757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()
801 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
860 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
5067 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
/external/llvm-project/clang/lib/Frontend/Rewrite/
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()
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()
/external/clang/lib/Sema/
DSemaAccess.cpp1909 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1916 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/external/llvm-project/clang/lib/Sema/
DSemaAccess.cpp1939 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1946 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp778 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/external/clang/lib/AST/
DDeclObjC.cpp1719 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
/external/clang/include/clang/AST/
DDeclObjC.h1880 const ObjCInterfaceDecl *getContainingInterface() const;
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1826 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
DRecordLayoutBuilder.cpp3334 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in lookupFieldBitOffset()
DDecl.cpp1592 if (auto *CI = ID->getContainingInterface()) in printNestedNameSpecifier()
DASTContext.cpp7282 Offset = Ctx->lookupFieldBitOffset(IVD->getContainingInterface(), nullptr, in EncodeBitField()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1974 const ObjCInterfaceDecl *getContainingInterface() const;
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp1587 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6870 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
6886 const ObjCInterfaceDecl *ContainingID = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
DCGObjCGNU.cpp1686 const std::string Name = GetIVarOffsetVariableName(Ivar->getContainingInterface(), Ivar); in EmitIvarOffset()