Lines Matching refs:isOneOf
287 if (Tok.isOneOf(tok::kw_asm, tok::kw___attribute)) in TryParseInitDeclaratorList()
505 if (Tok.isOneOf(tok::equal, tok::kw_asm, tok::kw___attribute) || in isCXXConditionDeclarationOrInitStatement()
608 (Tok.isOneOf(tok::greater, tok::comma) || in isCXXTypeId()
610 (Tok.isOneOf(tok::greatergreater, in isCXXTypeId()
613 NextToken().isOneOf(tok::greater, tok::greatergreater, in isCXXTypeId()
804 while (Tok.isOneOf(tok::l_square, tok::kw___attribute, tok::kw___declspec, in TrySkipAttributes()
834 if (Tok.isOneOf(tok::star, tok::amp, tok::caret, tok::ampamp) || in TryParsePtrOperatorSeq()
843 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw_restrict, in TryParsePtrOperatorSeq()
1015 if ((Tok.isOneOf(tok::identifier, tok::kw_operator) || in TryParseDeclarator()
1051 if (Tok.isOneOf(tok::kw___attribute, tok::kw___declspec, tok::kw___cdecl, in TryParseDeclarator()
1115 Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater, tok::l_brace, in TentativeParseCCC()
1255 GetLookAheadToken(Lookahead + 1).isOneOf(tok::kw_auto, tok::kw_decltype, in isCXXDeclarationSpecifier()
1334 if (Next.isOneOf(tok::kw_new, // ::new in isCXXDeclarationSpecifier()
1845 if (Next.isOneOf(tok::amp, tok::ampamp, tok::kw_const, tok::kw_volatile, in isCXXFunctionDeclarator()
2017 while (Tok.isOneOf(tok::kw_const, tok::kw_volatile, tok::kw___unaligned, in TryParseFunctionDeclarator()
2022 if (Tok.isOneOf(tok::amp, tok::ampamp)) in TryParseFunctionDeclarator()