Searched defs:ConstDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 288 class ConstDecl : public Decl { class 290 explicit ConstDecl(util::StringView name) : Decl(name) {} in ConstDecl() function in ark::es2panda::ark::es2panda::varbinder::ConstDecl 291 explicit ConstDecl(util::StringView name, ir::AstNode *declNode) : Decl(name, declNode) {} in ConstDecl() function in ark::es2panda::ark::es2panda::varbinder::ConstDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 296 class ConstDecl : public Decl { class 298 explicit ConstDecl(util::StringView name) : Decl(name) {} in ConstDecl() function in panda::es2panda::panda::es2panda::binder::ConstDecl |
Completed in 3 milliseconds