Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO

1535   if (auto UO = dyn_cast<UnaryOperator>(S)) {
1536 if (UO->isIncrementDecrementOp() && GetInitVarDecl(UO->getSubExpr()) == Var)
1538 SemaRef.ActOnIntegerConstant(UO->getLocStart(),
1539 (UO->isDecrementOp() ? -1 : 1)).get(),