Lines Matching full:compoundassignoperator
428 new (S.Context) CompoundAssignOperator(syntacticLHS, capturedRHS, opcode,1569 } else if (CompoundAssignOperator *cop1570 = dyn_cast<CompoundAssignOperator>(syntax)) {1573 return new (Context) CompoundAssignOperator(lhs, rhs, cop->getOpcode(),