Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_PreDec

9214   case tok::minusminus:   Opc = UO_PreDec; break;
9808 case UO_PreDec:
9815 Opc == UO_PreDec);