Searched refs:ScopeWithParamScope (Results 1 – 1 of 1) sorted by relevance
530 friend class ScopeWithParamScope; variable538 class ScopeWithParamScope : public E {540 explicit ScopeWithParamScope(ArenaAllocator *allocator, Scope *parent) : E(allocator, parent) {} in ScopeWithParamScope() function576 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()