Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.cpp90 …auto paramScopeCtx = binder::LexicalScope<binder::CatchParamScope>::Enter(binder, scope_->ParamSco… in UpdateSelf() local
DscriptFunction.cpp113 …auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(binder, scope_->Param… in UpdateSelf() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp618 …auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamSco… in BuildCatchClause() local
665 … auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, funcScope->ParamScope()); in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1423 …auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(Binder(), funcParamSc… in CreateCallExpressionForTsModule() local
1562 …auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(Binder(), funcParamSc… in CreateCallExpressionForTsEnum() local