Searched refs:propImpl (Results 1 – 2 of 2) sorted by relevance
651 const ObjCPropertyImplDecl *propImpl);666 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument667 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()675 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()809 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument810 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()864 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument868 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()870 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()875 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()[all …]
1316 const ObjCPropertyImplDecl *propImpl,1328 const ObjCPropertyImplDecl *propImpl,