Home
last modified time | relevance | path

Searched defs:funcScope (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams() local
127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
DETSemitter.cpp118 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp289 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local
493 void VarBinder::AddCompilableFunctionScope(varbinder::FunctionScope *funcScope) in AddCompilableFunctionScope()
500 auto *funcScope = func->Scope(); in VisitScriptFunction() local
636 void VarBinder::LookUpMandatoryReferences(const FunctionScope *funcScope, bool needLexicalFuncObj) in LookUpMandatoryReferences()
655 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
DETSBinder.cpp998 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local
1021 auto *const funcScope = scriptFunc->Scope(); in BuildInternalNameWithCustomRecordTable() local
1043 auto *funcScope = func->Scope(); in BuildFunctionName() local
Dscope.h469 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp93 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp363 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunctio… in BuildFunction()
382 void Binder::LegacyBuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptF… in LegacyBuildFunction()
430 auto *funcScope = scriptFunc->Scope(); in BuildScriptFunction() local
786 auto *funcScope = scriptFunc->Scope(); in ResolveReference() local
983 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
Dscope.h671 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp49 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp260 auto *funcScope = func->Scope(); in SetUpCalleeMethod() local
315 …auto *funcScope = cmInfo->body == nullptr ? allocator->New<varbinder::FunctionScope>(allocator, pa… in GetAndApplyFunctionScope() local
373 auto funcScope = GetAndApplyFunctionScope(ctx, info, cmInfo, paramScope, func); in CreateCalleeMethod() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2040 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local
2077 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1916 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local
2055 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsEnum() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp837 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local