Lines Matching refs:endsSequence
279 (OpeningParen.Previous->endsSequence(tok::identifier, in parseParens()
662 if (!Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare()
664 !Left->endsSequence(tok::l_square, tok::numeric_constant, in parseSquare()
666 !Left->endsSequence(tok::l_square, tok::colon, TT_SelectorName)) { in parseSquare()
759 CurrentToken->endsSequence(tok::colon, tok::identifier, in parseSquare()
3482 if (Previous->endsSequence(tok::kw_operator)) in spaceRequiredBetween()
3498 LSquareTok.endsSequence(tok::l_square, tok::colon, in spaceRequiredBetween()
3660 if (Left.is(tok::l_brace) && Left.endsSequence(TT_DictLiteral, tok::at)) { in spaceRequiredBetween()
3665 Right.MatchingParen->endsSequence(TT_DictLiteral, tok::at)) { in spaceRequiredBetween()
3895 if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) in spaceRequiredBefore()
3968 (Left.endsSequence(tok::numeric_constant, Keywords.kw_verilogHash) || in spaceRequiredBefore()
3969 Left.endsSequence(tok::numeric_constant, in spaceRequiredBefore()
3972 Left.MatchingParen->endsSequence(tok::l_paren, tok::at)))) { in spaceRequiredBefore()