Home | History | Annotate | Download | only in AST

Lines Matching refs:UO_PostDec

745   case UO_PostDec: return "--";
766 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec;
779 case UO_PostDec: case UO_PreDec: return OO_MinusMinus;
1685 case UO_PostDec: