Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.cpp90 …auto paramScopeCtx = binder::LexicalScope<binder::CatchParamScope>::Enter(binder, scope_->ParamSco… in UpdateSelf()
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h51 _(CATCH_PARAM, CatchParamScope) \
Dscope.h633 class CatchParamScope : public ParamScope {
635 …explicit CatchParamScope(ArenaAllocator *allocator, Scope *parent) : ParamScope(allocator, parent)… in CatchParamScope() function
648 class CatchScope : public ScopeWithParamScope<LocalScope, CatchParamScope> {
Dscope.cpp473 bool CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding()
Dbinder.cpp618 …auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamSco… in BuildCatchClause()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1841 auto catchParamCtx = binder::LexicalScope<binder::CatchParamScope>(Binder()); in ParseCatchClause()