Lines Matching refs:endsSequence
312 (OpeningParen.Previous->endsSequence(tok::identifier, in parseParens()
680 if (!Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare()
682 !Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare()
684 !Left->endsSequence(tok::l_square, tok::colon, TT_SelectorName)) { in parseSquare()
780 CurrentToken->endsSequence(tok::colon, tok::identifier, in parseSquare()
2401 if (PrevToken->endsSequence(tok::r_square, tok::l_square, tok::kw_delete)) in determineStarAmpUsage()
3609 if (Previous->endsSequence(tok::kw_operator)) in spaceRequiredBetween()
3625 LSquareTok.endsSequence(tok::l_square, tok::colon, in spaceRequiredBetween()
3788 if (Left.is(tok::l_brace) && Left.endsSequence(TT_DictLiteral, tok::at)) { in spaceRequiredBetween()
3793 Right.MatchingParen->endsSequence(TT_DictLiteral, tok::at)) { in spaceRequiredBetween()
4026 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) in spaceRequiredBefore()
4107 (Left.endsSequence(tok::numeric_constant, Keywords.kw_verilogHash) || in spaceRequiredBefore()
4108 Left.endsSequence(tok::numeric_constant, in spaceRequiredBefore()
4111 Left.MatchingParen->endsSequence(tok::l_paren, tok::at)))) { in spaceRequiredBefore()
4137 if (Left.endsSequence(tok::star, tok::l_paren) && Right.is(tok::identifier)) in spaceRequiredBefore()