Searched defs:TSEnumDeclaration (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsEnumDeclaration.h | 41 class TSEnumDeclaration : public Statement { class 43 explicit TSEnumDeclaration(binder::TSEnumScope *scope, Identifier *key, ArenaVector<TSEnumMember *> &&members, in TSEnumDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSEnumDeclaration |
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsEnumDeclaration.h | 30 class TSEnumDeclaration : public TypedStatement { class 40 explicit TSEnumDeclaration(ArenaAllocator *allocator, Identifier *key, ArenaVector<AstNode *> &&members, in TSEnumDeclaration() function in ark::es2panda::ark::es2panda::ir::TSEnumDeclaration |
Completed in 1 milliseconds