Searched defs:funcScope (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regScope.cpp | 93 const auto *funcScope = cg_->Scope()->AsFunctionVariableScope(); in InitializeParams() local 127 const auto *funcScope = pg->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
|
| D | ETSemitter.cpp | 118 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 289 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
|
| D | ETSBinder.cpp | 998 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 1021 auto *const funcScope = scriptFunc->Scope(); in BuildInternalNameWithCustomRecordTable() local 1043 auto *funcScope = func->Scope(); in BuildFunctionName() local
|
| D | scope.h | 469 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regScope.cpp | 93 const auto *funcScope = pg_->Scope()->AsFunctionVariableScope(); in FunctionRegScope() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 363 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
|
| D | scope.h | 671 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | hoisting.cpp | 49 auto *funcScope = scope->EnclosingFunctionVariableScope(); in HoistVar() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 260 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/ |
| D | function.cpp | 2040 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local 2077 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1916 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local 2055 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsEnum() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 837 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local
|