Home | History | Annotate | Download | only in Format

Lines Matching refs:question

149         Previous.isNot(tok::question)) ||
495 if (NextNonComment->is(tok::question) ||
496 (PreviousNonComment && PreviousNonComment->is(tok::question)))
685 if ((Current.is(tok::question) && Style.BreakBeforeTernaryOperators) ||
687 Current.getPreviousNonComment()->is(tok::question) &&