Searched defs:LoopScope (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | scope.h | 817 class LoopScope : public VariableScope { class 819 explicit LoopScope(ArenaAllocator *allocator, Scope *parent) : VariableScope(allocator, parent) in LoopScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LoopScope |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | scope.h | 970 class LoopScope : public VariableScope { class 972 explicit LoopScope(ArenaAllocator *allocator, Scope *parent) : VariableScope(allocator, parent) {} in LoopScope() function in LoopScope |
Completed in 6 milliseconds