Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp651 const ObjCPropertyImplDecl *propImpl);
666 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument
667 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()
675 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()
809 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument
810 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()
864 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument
868 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()
870 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()
875 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()
[all …]
DCodeGenFunction.h1316 const ObjCPropertyImplDecl *propImpl,
1328 const ObjCPropertyImplDecl *propImpl,