Lines Matching refs:endsSequence

351                 (OpeningParen.Previous->endsSequence(tok::identifier,  in parseParens()
712 if (!Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare()
714 !Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare()
716 !Left->endsSequence(tok::l_square, tok::colon, TT_SelectorName)) { in parseSquare()
813 CurrentToken->endsSequence(tok::colon, tok::identifier, in parseSquare()
2611 if (PrevToken->endsSequence(tok::r_square, tok::l_square, tok::kw_delete)) in determineStarAmpUsage()
2797 (Prev == Start || Prev->endsSequence(tok::string_literal, tok::plus, in parse()
3232 if (!Prev || !Prev->endsSequence(tok::coloncolon, tok::identifier)) in isCtorOrDtorName()
4189 if (Previous->endsSequence(tok::kw_operator)) in spaceRequiredBetween()
4205 LSquareTok.endsSequence(tok::l_square, tok::colon, in spaceRequiredBetween()
4378 if (Left.is(tok::l_brace) && Left.endsSequence(TT_DictLiteral, tok::at)) { in spaceRequiredBetween()
4383 Right.MatchingParen->endsSequence(TT_DictLiteral, tok::at)) { in spaceRequiredBetween()
4621 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) in spaceRequiredBefore()
4711 (Left.endsSequence(tok::numeric_constant, Keywords.kw_verilogHash) || in spaceRequiredBefore()
4712 Left.endsSequence(tok::numeric_constant, in spaceRequiredBefore()
4715 Left.MatchingParen->endsSequence(tok::l_paren, tok::at)))) { in spaceRequiredBefore()
4761 if (Left.endsSequence(tok::star, tok::l_paren) && Right.is(tok::identifier)) in spaceRequiredBefore()
4769 (Left.endsSequence(tok::lessless, tok::l_brace) || in spaceRequiredBefore()
4770 Left.endsSequence(tok::greatergreater, tok::l_brace))) { in spaceRequiredBefore()