Home | History | Annotate | Download | only in Parse

Lines Matching refs:Operand

603   // This is only the direct operand of an & operator if it is not
652 /// direct operand of the address-of operator. This is, besides member contexts,
1350 // operand (Clause 5).
2844 ExprResult Operand(ParseCastExpression(false));
2845 if (Operand.isInvalid())
2846 return Operand;
2848 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.get());