Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance
902 const ObjCPropertyImplDecl *propImpl);917 const ObjCPropertyImplDecl *propImpl) { in PropertyImplStrategy() argument918 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()926 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1061 static bool hasTrivialGetExpr(const ObjCPropertyImplDecl *propImpl) { in hasTrivialGetExpr() argument1062 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 …]
1900 for (auto *propImpl : OID->property_impls()) in GenerateClass() local1901 if (propImpl->getPropertyImplementation() == in GenerateClass()1907 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1908 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
2109 const ObjCPropertyImplDecl *propImpl,2121 const ObjCPropertyImplDecl *propImpl,