Lines Matching refs:TT_ConditionalExpr
278 CurrentToken->Type = TT_ConditionalExpr;
860 if (Current->Type == TT_ConditionalExpr)
913 if (!Current || Current->Type != TT_ConditionalExpr)
1100 if (Left.Type == TT_ConditionalExpr)
1268 if ((Right.Type == TT_ConditionalExpr &&
1280 Left.Type == TT_UnaryOperator || Left.Type == TT_ConditionalExpr ||