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