Home | History | Annotate | Download | only in Sema

Lines Matching refs:cop

1611   } else if (CompoundAssignOperator *cop
1613 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS());
1614 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr();
1615 return new (Context) CompoundAssignOperator(lhs, rhs, cop->getOpcode(),
1616 cop->getType(),
1617 cop->getValueKind(),
1618 cop->getObjectKind(),
1619 cop->getComputationLHSType(),
1620 cop->getComputationResultType(),
1621 cop->getOperatorLoc(), false);