Home | History | Annotate | Download | only in CodeGen

Lines Matching full:setter

548       /// Use objc_setProperty for the setter, but use expression
1002 Expr *setter = PID->getSetterCXXAssignment();
1003 if (!setter) return true;
1013 if (CallExpr *call = dyn_cast<CallExpr>(setter)) {
1021 assert(isa<ExprWithCleanups>(setter));
1044 // Just use the setter expression if Sema gave us one and it's
1099 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI");
1106 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy");
1209 /// GenerateObjCSetter - Generate an Objective-C property setter
1218 assert(OMD && "Invalid call to generate setter (empty method)");