Home
last modified time | relevance | path

Searched refs:ScopeWithParamScope (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h530 friend class ScopeWithParamScope; variable
538 class ScopeWithParamScope : public E {
540 explicit ScopeWithParamScope(ArenaAllocator *allocator, Scope *parent) : E(allocator, parent) {} in ScopeWithParamScope() function
576 class FunctionScope : public ScopeWithParamScope<VariableScope, FunctionParamScope> {
578 …explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, … in FunctionScope()
648 class CatchScope : public ScopeWithParamScope<LocalScope, CatchParamScope> {
650 …explicit CatchScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, par… in CatchScope()