Searched defs:ModuleVariable (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | variable.h | 217 class ModuleVariable : public Variable { class 219 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable() function in ark::es2panda::ark::es2panda::varbinder::ModuleVariable |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | variable.h | 186 class ModuleVariable : public Variable { class 188 explicit ModuleVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in ModuleVariable() function in panda::es2panda::panda::es2panda::binder::ModuleVariable |
Completed in 2 milliseconds