| /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 | 120 auto *funcScope = scriptFunc->Scope(); in GenScriptFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 247 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 453 void VarBinder::AddCompilableFunctionScope(varbinder::FunctionScope *funcScope) in AddCompilableFunctionScope() 460 auto *funcScope = func->Scope(); in VisitScriptFunction() local 609 void VarBinder::LookUpMandatoryReferences(const FunctionScope *funcScope, bool needLexicalFuncObj) in LookUpMandatoryReferences() 628 [[maybe_unused]] auto *funcScope = *iter++; in AddMandatoryParams() local
|
| D | ETSBinder.cpp | 1277 auto *funcScope = scriptFunc->Scope(); in BuildInternalName() local 1300 auto *const funcScope = scriptFunc->Scope(); in BuildInternalNameWithCustomRecordTable() local 1322 auto *funcScope = func->Scope(); in BuildFunctionName() local
|
| D | scope.h | 472 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 | 364 void Binder::BuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptFunctio… in BuildFunction() 383 void Binder::LegacyBuildFunction(FunctionScope *funcScope, util::StringView name, const ir::ScriptF… in LegacyBuildFunction() 431 auto *funcScope = scriptFunc->Scope(); in BuildScriptFunction() local 788 auto *funcScope = scriptFunc->Scope(); in ResolveReference() local 1003 [[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 | declareOverloadLowering.cpp | 97 auto funcScope = helperOverload->Function()->Scope(); in BuildOverloadHelperFunction() local
|
| D | lambdaLowering.cpp | 298 auto *funcScope = func->Scope(); in SetUpCalleeMethod() local 381 …auto *funcScope = cmInfo->body == nullptr ? allocator->New<varbinder::FunctionScope>(allocator, pa… in CreateCalleeMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | program.h | 357 void AddToFunctionScopes(varbinder::FunctionScope *funcScope) in AddToFunctionScopes()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 2172 auto *funcScope = funcCtx.GetScope(); in TransformTraillingLambda() local 2227 auto *funcScope = funcCtx.GetScope(); in ExtendArgumentsWithFakeLamda() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1936 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsModule() local 2075 binder::FunctionScope *funcScope = node->Scope(); in CreateCallExpressionForTsEnum() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 902 auto *funcScope = funcCtx.GetScope(); in VisitClassStaticBlock() local
|