Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance
898 const ObjCPropertyImplDecl *propImpl);913 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument914 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()922 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1056 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument1057 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1112 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument1116 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()1119 propImpl->getGetterCXXConstructor(), in generateObjCGetterBody()1124 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()[all …]
1894 for (auto *propImpl : OID->property_impls()) in GenerateClass() local1895 if (propImpl->getPropertyImplementation() == in GenerateClass()1901 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1902 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
2049 const ObjCPropertyImplDecl *propImpl,2061 const ObjCPropertyImplDecl *propImpl,