Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance
916 const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); in PropertyImplStrategy()924 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1060 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1119 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()1127 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1138 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1141 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 …]
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()
2107 const ObjCPropertyImplDecl *propImpl,2119 const ObjCPropertyImplDecl *propImpl,