Searched refs:propImpl (Results 1 – 2 of 2) sorted by relevance
653 const ObjCPropertyImplDecl *propImpl);668 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument669 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()677 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()811 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument812 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()868 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument872 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()874 ReturnStmt ret(SourceLocation(), propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()879 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()[all …]
1235 const ObjCPropertyImplDecl *propImpl,1247 const ObjCPropertyImplDecl *propImpl,