Searched refs:propImpl (Results 1 – 5 of 5) 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,
897 const ObjCPropertyImplDecl *propImpl);912 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument913 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()921 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1055 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument1056 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1111 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument1115 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()1118 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()1123 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()[all …]
1890 for (auto *propImpl : OID->property_impls()) in GenerateClass() local1891 if (propImpl->getPropertyImplementation() == in GenerateClass()1897 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1898 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
2005 const ObjCPropertyImplDecl *propImpl,2017 const ObjCPropertyImplDecl *propImpl,