Lines Matching defs:operand
2517 // The operand is surrounded with parentheses.
2519 ExprResult operand(ParseExpression());
2524 if (!operand.isInvalid())
2533 if (!operand.isInvalid())
2538 // Check the @synchronized operand now.
2539 if (!operand.isInvalid())
2540 operand =
2541 Actions.ObjC().ActOnObjCAtSynchronizedOperand(atLoc, operand.get());
2549 // operand, fail now.
2550 if (operand.isInvalid())
2556 return Actions.ObjC().ActOnObjCAtSynchronizedStmt(atLoc, operand.get(),