Lines Matching refs:isOneOf
217 Tokens.back()->isOneOf(tok::numeric_constant, tok::identifier, in tryMergePreviousTokens()
493 if (Next->isOneOf(tok::l_brace, tok::colon, tok::hash, tok::comment)) in tryTransformTryUsageForC()
606 return Tok->isOneOf(tok::period, tok::l_paren, tok::comma, tok::l_brace, in precedesOperand()
609 Tok->isOneOf(tok::kw_return, tok::kw_do, tok::kw_case, tok::kw_throw, in precedesOperand()
625 if (Prev->isOneOf(tok::plusplus, tok::minusminus, tok::exclaim)) in canPrecedeRegexLiteral()
642 if (!RegexToken->isOneOf(tok::slash, tok::slashequal)) in tryParseJSRegexLiteral()
953 if (!HashToken->isOneOf(tok::hash, tok::hashhash)) in tryParsePythonComment()
1257 } else if (FormatTok->isOneOf(tok::hash, tok::hashhash)) { in getNextToken()
1295 FormatTok->isOneOf(tok::kw_struct, tok::kw_union, tok::kw_delete, in getNextToken()
1300 FormatTok->isOneOf(tok::kw_struct, tok::kw_union, in getNextToken()
1322 FormatTok->Tok.isOneOf(tok::identifier, tok::question)) { in getNextToken()