Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance
914 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()922 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1058 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1117 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()1125 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1136 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1139 PropertyImplStrategy strategy(CGM, propImpl); in generateObjCGetterBody()1404 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()1409 if (!hasTrivialSetExpr(propImpl)) { in generateObjCSetterBody()1412 EmitStmt(propImpl->getSetterCXXAssignment()); in generateObjCSetterBody()[all …]
1897 for (auto *propImpl : OID->property_impls()) in GenerateClass() local1898 if (propImpl->getPropertyImplementation() == in GenerateClass()1904 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1905 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
2049 const ObjCPropertyImplDecl *propImpl,2061 const ObjCPropertyImplDecl *propImpl,