Lines Matching refs:isOneOf
215 Tok.isOneOf(tok::kw_decltype, tok::annot_decltype)) { in ParseOptionalCXXScopeSpecifier()
450 assert(Tok.isOneOf(tok::coloncolon, tok::colon) && in ParseOptionalCXXScopeSpecifier()
766 After.isOneOf(tok::r_square, tok::comma)) || in TryParseLambdaExpression()
935 } else if (Tok.isOneOf(tok::amp, tok::equal) && in ParseLambdaIntroducer()
936 NextToken().isOneOf(tok::comma, tok::r_square) && in ParseLambdaIntroducer()
996 } else if (Tok.isOneOf(tok::l_brace, tok::equal)) { in ParseLambdaIntroducer()
1064 NextToken().isOneOf(tok::colon, tok::r_square)) { in ParseLambdaIntroducer()
1415 if (Tok.isOneOf(tok::kw___private, tok::kw___global, tok::kw___local, in ParseLambdaExpressionAfterIntroducer()
1487 } else if (Tok.isOneOf(tok::kw_mutable, tok::arrow, tok::kw___attribute, in ParseLambdaExpressionAfterIntroducer()
3384 if (Next.isOneOf(tok::l_brace, tok::less) || in ParseCXXDeleteExpression()
3680 if (Tok.isOneOf(tok::identifier, tok::annot_template_id) && in ParseRequiresExpression()
3681 !NextToken().isOneOf(tok::l_brace, tok::l_paren)) { in ParseRequiresExpression()