Home | History | Annotate | Download | only in Format

Lines Matching refs:question

54                                 tok::question, tok::colon))
397 case tok::question:
767 tok::question, tok::colon, tok::kw_return,
909 if (!Current || !Current->is(tok::question))
1164 return Right.Type != TT_ObjCMethodExpr && !Left.is(tok::question);
1227 !Tok.Previous->is(tok::question);
1269 !(Right.is(tok::colon) && Left.is(tok::question))) ||
1270 Right.is(tok::question))
1281 Left.isOneOf(tok::question, tok::kw_operator))