Searched defs:EnumLiteralDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 134 class EnumLiteralDecl : public Decl { class 136 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl() function in ark::es2panda::ark::es2panda::varbinder::EnumLiteralDecl 137 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl() function in ark::es2panda::ark::es2panda::varbinder::EnumLiteralDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 165 class EnumLiteralDecl : public MultiDecl<ir::TSEnumDeclaration> { class 167 explicit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl() function in panda::es2panda::panda::es2panda::binder::EnumLiteralDecl |
Completed in 2 milliseconds