Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_PostInc

3315   case tok::plusplus:   Opc = UO_PostInc; break;
8849 case UO_PostInc:
8853 Opc == UO_PostInc,