Searched defs:VarDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 267 class VarDecl : public Decl { class 269 explicit VarDecl(util::StringView name) : Decl(name) {} in VarDecl() function in ark::es2panda::ark::es2panda::varbinder::VarDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 276 class VarDecl : public Decl { class 278 explicit VarDecl(util::StringView name) : Decl(name) {} in VarDecl() function in panda::es2panda::panda::es2panda::binder::VarDecl |
Completed in 2 milliseconds