Home | History | Annotate | Download | only in Sema

Lines Matching refs:bop

1622   } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) {
1623 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS());
1624 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr();
1625 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(),
1626 bop->getType(), bop->getValueKind(),
1627 bop->getObjectKind(),
1628 bop->getOperatorLoc(), false);