Home | History | Annotate | Download | only in Sema

Lines Matching refs:getOpcode

69         assert(uop->getOpcode() == UO_Extension);
71 return new (S.Context) UnaryOperator(e, uop->getOpcode(),
1566 return new (Context) UnaryOperator(op, uop->getOpcode(), uop->getType(),
1573 return new (Context) CompoundAssignOperator(lhs, rhs, cop->getOpcode(),
1583 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(),