Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset()
H A DCGObjCMac.cpp1452 return IV->getContainingInterface()->isSuperClassOf(ID); in IsIvarOffsetKnownIdempotent()
6063 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp406 IVar->getContainingInterface()->getImplementation(); in createObjCPropertyGetter()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp315 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp1897 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1904 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp847 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()
965 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
1025 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
3852 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()
3897 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()
3934 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()
3947 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()
4060 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()
6185 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
H A DRewriteObjC.cpp757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()
801 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
860 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
5105 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1473 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1424 const ObjCInterfaceDecl *getContainingInterface() const;