Home | History | Annotate | Download | only in Sema

Lines Matching refs:UnaryOperator

69       if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) {
72 return new (S.Context) UnaryOperator(e, uop->getOpcode(),
458 assert(UnaryOperator::isIncrementDecrementOp(opcode));
469 if (UnaryOperator::isPostfix(opcode) &&
480 if (UnaryOperator::isIncrementOp(opcode)) {
489 result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode));
493 UnaryOperator *syntactic =
494 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
922 << unsigned(UnaryOperator::isDecrementOp(opcode))
934 << unsigned(UnaryOperator::isDecrementOp(opcode))
1515 return new (Context) UnaryOperator(op, opcode, Context.DependentTy,
1518 assert(UnaryOperator::isIncrementDecrementOp(opcode));
1606 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) {
1608 return new (Context) UnaryOperator(op, uop->getOpcode(), uop->getType(),