Home | History | Annotate | Download | only in Sema

Lines Matching full:compoundassignoperator

380       new (S.Context) CompoundAssignOperator(syntacticLHS, capturedRHS, opcode,
1438 } else if (CompoundAssignOperator *cop
1439 = dyn_cast<CompoundAssignOperator>(syntax)) {
1442 return new (Context) CompoundAssignOperator(lhs, rhs, cop->getOpcode(),