Searched defs:ClassDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 181 class ClassDecl : public Decl { class 183 explicit ClassDecl(util::StringView name) : Decl(name) {} in ClassDecl() function in ark::es2panda::ark::es2panda::varbinder::ClassDecl 184 explicit ClassDecl(util::StringView name, ir::AstNode *node) : Decl(name, node) {} in ClassDecl() function in ark::es2panda::ark::es2panda::varbinder::ClassDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 306 class ClassDecl : public Decl { class 308 explicit ClassDecl(util::StringView name) : Decl(name) {} in ClassDecl() function in panda::es2panda::panda::es2panda::binder::ClassDecl |
Completed in 2 milliseconds