Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_Plus

7836       if ((UO->getOpcode() == UO_Plus ||
7846 << (UO->getOpcode() == UO_Plus ? "+" : "-")
8352 case tok::plus: Opc = UO_Plus; break;
8866 case UO_Plus:
8880 Opc == UO_Plus &&