Home | History | Annotate | Download | only in Format

Lines Matching refs:isOneOf

881     return Tok->isOneOf(tok::period, tok::l_paren, tok::comma, tok::l_brace,
884 Tok->isOneOf(tok::kw_return, tok::kw_do, tok::kw_case, tok::kw_throw,
899 if (Prev->isOneOf(tok::plusplus, tok::minusminus))
916 if (!RegexToken->isOneOf(tok::slash, tok::slashequal))
977 if (!EndBacktick->isOneOf(tok::comment, tok::string_literal,
1277 FormatTok->isOneOf(tok::kw_struct, tok::kw_union, tok::kw_delete)) {
1281 FormatTok->isOneOf(tok::kw_struct, tok::kw_union)) {