Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCRuntime.cpp33 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in LookupFieldBitOffset()
DCGObjCMac.cpp1450 if (IV->getContainingInterface()->isSuperClassOf(ID)) in IsIvarOffsetKnownIdempotent()
6122 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface(); in ObjCIvarOffsetVariable()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp327 if (IvarD && IvarD->getContainingInterface() == InterfaceD) { in findPropertyBackingIvar()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaAccess.cpp1914 if (declaresSameEntity(ClassOfMethodDecl, Ivar->getContainingInterface())) in IsSimplyAccessible()
1921 return Ivar->getContainingInterface()->isSuperClassOf(ClassOfMethodDecl); in IsSimplyAccessible()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp851 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString()
969 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
1028 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
3939 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupNo()
3984 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in GetGroupRecordTypeForObjCIvarBitfield()
4021 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupDecl()
4034 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); in ObjCIvarBitfieldGroupType()
4149 const ObjCInterfaceDecl *IDecl = IvarDecl->getContainingInterface(); in RewriteIvarOffsetSymbols()
6281 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
DRewriteObjC.cpp759 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString()
803 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
861 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl()
5177 Result += ivar->getContainingInterface()->getNameAsString(); in RewriteIvarOffsetComputation()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp1366 const ObjCInterfaceDecl *ObjCIvarDecl::getContainingInterface() const { in getContainingInterface() function in ObjCIvarDecl
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h1271 const ObjCInterfaceDecl *getContainingInterface() const;