Searched refs:propImpl (Results 1 – 2 of 2) sorted by relevance
592 const ObjCPropertyImplDecl *propImpl);607 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument608 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()616 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()750 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument751 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()807 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument811 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()813 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()818 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()[all …]
1148 const ObjCPropertyImplDecl *propImpl,1160 const ObjCPropertyImplDecl *propImpl,