Searched defs:TokenType (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/lexer/ | ||
| H A D | lexer.h | 381 if constexpr (keyword_type == TokenType in CheckKeyword() argument 386 onstexpr(keyword_type == TokenType::KEYW_ARGUMENTS) CheckKeyword() argument 391 onstexpr(keyword_type == TokenType::KEYW_ENUM) CheckKeyword() argument 397 onstexpr(keyword_type == TokenType::KEYW_YIELD) CheckKeyword() argument 403 onstexpr(keyword_type == TokenType::KEYW_LET) CheckKeyword() argument 409 onstexpr(keyword_type <= TokenType::KEYW_ASYNC) CheckKeyword() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/lexer/token/ | ||
| H A D | tokenType.h | 21 enum class TokenType { class |
| /arkcompiler/ets_frontend/ets2panda/lexer/token/ | ||
| H A D | tokenType.h | 20 enum class TokenType { class |
Completed in 3 milliseconds