Home | History | Annotate | Download | only in Format

Lines Matching refs:TT_ConditionalExpr

351         CurrentToken->Type = TT_ConditionalExpr;
762 Current.Type = TT_ConditionalExpr;
915 PrevToken->Type == TT_ConditionalExpr ||
1093 if (Current->Type == TT_ConditionalExpr)
1142 if (!Current || Current->Type != TT_ConditionalExpr)
1435 if (Left.Type == TT_ConditionalExpr)
1623 Tok.Previous->Type == TT_ConditionalExpr)
1727 if (Right.Type == TT_ConditionalExpr || Right.is(tok::question))
1729 if (Left.Type == TT_ConditionalExpr || Left.is(tok::question))