Searched refs:ScopeWithParamScope (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.h | 485 friend class ScopeWithParamScope; 493 class ScopeWithParamScope : public E { class 495 explicit ScopeWithParamScope(ArenaAllocator *allocator, Scope *parent) : E(allocator, parent), paramScope_(nullptr) in ScopeWithParamScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ScopeWithParamScope 572 class FunctionScope : public ScopeWithParamScope<VariableScope, FunctionParamScope> { 575 : ScopeWithParamScope(allocator, parent), in FunctionScope() 769 class CatchScope : public ScopeWithParamScope<LocalScopeWithTypeAlias, CatchParamScope> { 771 explicit CatchScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, parent) {} in CatchScope()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.h | 702 friend class ScopeWithParamScope; 710 class ScopeWithParamScope : public E { class 712 explicit ScopeWithParamScope(ArenaAllocator *allocator, Scope *parent) : E(allocator, parent) {} in ScopeWithParamScope() function in ScopeWithParamScope 754 class FunctionScope : public ScopeWithParamScope<VariableScope, FunctionParamScope> { 756 explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, parent) {} in FunctionScope() 957 class CatchScope : public ScopeWithParamScope<LocalScope, CatchParamScope> { 959 explicit CatchScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, parent) {} in CatchScope()
|
Completed in 4 milliseconds