Lines Matching refs:Token
19 bool Token::IsAccessability() const
27 bool Token::IsAsyncModifier() const
33 bool Token::IsForInOf() const
38 bool Token::IsStaticModifier() const
44 bool Token::IsDeclareModifier() const
50 bool Token::IsReadonlyModifier() const
56 bool Token::IsUpdate() const
61 bool Token::IsUnary() const
70 bool Token::IsPropNameLiteral() const
76 bool Token::IsKeyword() const
81 bool Token::IsReservedTypeName() const
96 bool Token::IsDefinableTypeName() const
123 bool Token::IsBinaryToken(TokenType type)
128 bool Token::IsBinaryLvalueToken(TokenType type)
133 bool Token::IsUpdateToken(TokenType type)
138 bool Token::IsPunctuatorToken(TokenType type)
143 bool Token::IsTsParamToken(TokenType type)