Lines Matching refs:isOneOf
103 Previous.Previous->isOneOf(tok::l_brace, tok::l_paren, tok::comma))
144 !Current.isOneOf(tok::r_paren, tok::r_brace))
148 !Previous.isOneOf(tok::kw_return, tok::lessless, tok::at) &&
222 Previous.is(tok::l_brace) && !Current.isOneOf(tok::r_brace, tok::comment))
305 Previous.Previous && Previous.Previous->isOneOf(tok::kw_if, tok::kw_for))
309 else if (!Current.isOneOf(tok::comment, tok::caret) &&
408 if ((Previous.isOneOf(tok::comma, tok::semi) &&
444 !PreviousNonComment->isOneOf(tok::comma, tok::semi) &&
461 if (!(Previous.isOneOf(tok::l_paren, tok::l_brace) ||
488 if (Current.isOneOf(tok::r_brace, tok::r_square)) {
551 Previous.isOneOf(tok::coloncolon, tok::equal)) {
651 } else if (!Current.isOneOf(tok::comment, tok::identifier, tok::hash) &&
783 if (Tok.isOneOf(tok::r_brace, tok::r_square))
786 Left->isOneOf(tok::l_brace, tok::l_square) &&
870 (Current.isOneOf(tok::r_paren, tok::r_square) ||