Home
last modified time | relevance | path

Searched refs:paramScopeCtx (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() local
DscriptFunction.cpp113 …auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(binder, scope_->Param… in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp285 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in ResolveMethodDefinition() local
366 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in AddLambdaFunctionThisParam() local
376 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in AddInvokeFunctionThisParam() local
387 … auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in BuildProxyMethod() local
Dvarbinder.cpp461 …auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamSco… in BuildCatchClause() local
499 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, funcScope->ParamScope()); in VisitScriptFunction() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp647 …auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamSco… in BuildCatchClause() local
705 … auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, funcScope->ParamScope()); in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1906 …auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(Binder(), funcParamSc… in CreateCallExpressionForTsModule() local
2045 …auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(Binder(), funcParamSc… in CreateCallExpressionForTsEnum() local