Home | History | Annotate | Download | only in Format

Lines Matching refs:isOneOf

342             ProbablyBracedList = NextTok->isOneOf(tok::comma, tok::r_square);
346 bool NextIsObjCMethod = NextTok->isOneOf(tok::plus, tok::minus) &&
358 NextTok->isOneOf(tok::comma, tok::period, tok::colon,
403 assert(FormatTok->isOneOf(tok::l_brace, TT_MacroBlockBegin) &&
789 if (FormatTok->isOneOf(Keywords.kw_signals, Keywords.kw_qsignals,
822 if (FormatTok->isOneOf(Keywords.kw_NS_ENUM, Keywords.kw_NS_OPTIONS,
983 (Line->Tokens.back().Tok->isOneOf(tok::identifier, tok::kw_operator,
1048 if (!FormatTok->isOneOf(tok::comma, tok::identifier)) {
1060 if (!FormatTok->isOneOf(tok::identifier, tok::kw_this))
1300 assert(FormatTok->isOneOf(tok::kw_try, tok::kw___try) && "'try' expected");
1338 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except,
1352 if (FormatTok->isOneOf(tok::semi, tok::r_brace, tok::eof))
1373 while (FormatTok->isOneOf(tok::identifier, tok::coloncolon))
1401 if (FormatTok->isOneOf(tok::semi, tok::l_brace, tok::r_brace))
1418 assert(FormatTok->isOneOf(tok::kw_for, tok::kw_while, TT_ForEachMacro) &&
1511 if (FormatTok->isOneOf(Keywords.kw_slots, Keywords.kw_qslots))
1529 FormatTok->isOneOf(tok::colon, tok::coloncolon, tok::less,
1582 if (Tok->isOneOf(tok::l_brace, tok::semi)) {
1640 while (FormatTok->isOneOf(tok::identifier, tok::coloncolon, tok::hashhash,
1645 FormatTok->isOneOf
1665 if (FormatTok->isOneOf(tok::colon, tok::less)) {
1764 assert(FormatTok->isOneOf(Keywords.kw_import, tok::kw_export));
1778 if (FormatTok->isOneOf(tok::kw_const, tok::kw_class, tok::kw_enum,