Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance
899 const ObjCPropertyImplDecl *propImpl);918 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument919 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()927 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1062 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument1063 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1136 const ObjCPropertyImplDecl *propImpl, in generateObjCGetterBody() argument1140 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1149 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1157 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()[all …]
1908 for (auto *propImpl : OID->property_impls()) in GenerateClass() local1909 if (propImpl->getPropertyImplementation() == in GenerateClass()1915 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1916 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
2266 const ObjCPropertyImplDecl *propImpl,2278 const ObjCPropertyImplDecl *propImpl,