Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dlexer.h34 struct Token { struct
35 enum class Type {
72 Token() : Token(0, 0, Type::ID_BAD, "") {} in Token() argument
74 Token(size_t bL, size_t bR, Type t, std::string begOfLine) in Token() function
/arkcompiler/runtime_core/assembler/
Dlexer.h33 struct Token { struct
34 enum class Type {
66 Token() : Token(0, 0, Type::ID_BAD, "") {} in Token() argument
68 Token(size_t b_l, size_t b_r, Type t, std::string beg_of_line) in Token() argument
/arkcompiler/runtime_core/taihe/compiler/taihe/parse/
Dast_generation.py44 def get_span(self, ctx: Tree | Token) -> TextSpan | None:
79 def get_loc(self, ctx: Tree | Token) -> SourceLocation:
96 offendingSymbol: Token,
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants-inl.h73 #define DECL_GET_IMPL_STRING(Name, Index, Token) DECL_GET_IMPL_COMMON(JSTaggedValue, Name, Index) argument
Dglobal_env_constants.h556 #define INDEX_FILTER_STRING(Name, Index, Token) INDEX_FILTER_COMMON(Index) argument
625 #define DECL_GET_STRING(Name, Index, Token) DECL_GET_COMMON(JSTaggedValue, Name) argument
Dglobal_env_constants.cpp96 #define INIT_GLOBAL_ENV_CONSTANT_STRING(Name, Index, Token) \ in InitSharedStrings() argument
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h27 class Token; variable
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h42 class Token; variable