Home
last modified time | relevance | path

Searched refs:propImpl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp592 const ObjCPropertyImplDecl *propImpl);
607 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
608 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
616 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
750 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
751 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
807 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
811 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
813 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
818 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
[all …]
DCodeGenFunction.h1148 const ObjCPropertyImplDecl *propImpl,
1160 const ObjCPropertyImplDecl *propImpl,