Lines Matching defs:setter
579 /// Use objc_setProperty for the setter, but use expression
647 // Using standard expression emission for the setter is only
1063 Expr *setter = PID->getSetterCXXAssignment();
1064 if (!setter) return true;
1074 if (CallExpr *call = dyn_cast<CallExpr>(setter)) {
1082 assert(isa<ExprWithCleanups>(setter));
1100 // Just use the setter expression if Sema gave us one and it's
1159 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI");
1166 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy");
1270 /// \brief Generate an Objective-C property setter function.
1280 assert(OMD && "Invalid call to generate setter (empty method)");