Searched defs:VariableScope (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | scope.h | 371 class VariableScope : public Scope { class 400 explicit VariableScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent) {} VariableScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VariableScope [all...] |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | scope.h | 522 class VariableScope : public Scope { class 589 explicit VariableScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent), VariableScope() function in VariableScope [all...] |
Completed in 4 milliseconds