Home
last modified time | relevance | path

Searched refs:getContainingInterface (Results 1 – 10 of 10) 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/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/clang/lib/Sema/
DSemaAccess.cpp1909 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1916 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/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;