Lines Matching defs:cop
1569 } else if (CompoundAssignOperator *cop
1571 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(SemaRef, cop->getLHS());
1572 Expr *rhs = cast<OpaqueValueExpr>(cop->getRHS())->getSourceExpr();
1574 SemaRef.Context, lhs, rhs, cop->getOpcode(), cop->getType(),
1575 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(),
1576 SemaRef.CurFPFeatureOverrides(), cop->getComputationLHSType(),
1577 cop->getComputationResultType());