Searched refs:propImpl (Results 1 – 3 of 3) sorted by relevance
923 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in PropertyImplStrategy()1059 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr()1136 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1145 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1153 if (!hasTrivialGetExpr(propImpl)) { in generateObjCGetterBody()1161 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCGetterBody()1173 PropertyImplStrategy strategy(CGM, propImpl); in generateObjCGetterBody()1431 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); in generateObjCSetterBody()1454 if (!hasTrivialSetExpr(propImpl)) { in generateObjCSetterBody()1457 EmitStmt(propImpl->getSetterCXXAssignment()); in generateObjCSetterBody()[all …]
1910 for (auto *propImpl : OID->property_impls()) in GenerateClass() local1911 if (propImpl->getPropertyImplementation() == in GenerateClass()1917 addIfExists(propImpl->getGetterMethodDecl()); in GenerateClass()1918 addIfExists(propImpl->getSetterMethodDecl()); in GenerateClass()
2171 const ObjCPropertyImplDecl *propImpl,2183 const ObjCPropertyImplDecl *propImpl,