Home
last modified time | relevance | path

Searched refs:BindFunctionScope (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp85 funcParamScope->BindFunctionScope(functionScope); in ParseCommonjs()
DparserImpl.cpp3032 paramScope->BindFunctionScope(scope); in CreateImplicitMethod()
3971 funcParamScope->BindFunctionScope(functionScope); in ParseFunction()
DexpressionParser.cpp385 desc->paramScope->BindFunctionScope(functionScope); in ParseArrowFunctionExpressionBody()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp76 paramScope->BindFunctionScope(functionScope); in GenerateGetterOrSetter()
DenumLowering.cpp93 functionInfo.paramScope->BindFunctionScope(functionScope); in MakeFunction()
213 paramScope->BindFunctionScope(functionScope); in CreateCCtorForEnumClass()
286 paramScope->BindFunctionScope(functionScope); in CreateCtorForEnumClass()
DlambdaLowering.cpp378 paramScope->BindFunctionScope(funcScope); in CreateCalleeMethod()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h671 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() function
1094 paramScope_->BindFunctionScope(this); in TSModuleScope()
1162 paramScope_->BindFunctionScope(this); in TSEnumScope()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h463 void BindFunctionScope(FunctionScope *funcScope) in BindFunctionScope() function
859 paramScope_->BindFunctionScope(this); in GlobalScope()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp410 paramScope->BindFunctionScope(functionScope); in CreateNonStaticClassInitializer()
Dfunction.cpp1902 paramScope->BindFunctionScope(scope); in CreateMethod()
1988 funcParamScope->BindFunctionScope(funcScope); in TransformTraillingLambda()
Dhelpers.cpp2312 paramScope->BindFunctionScope(functionScope); in GenerateDefaultGetterSetter()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp404 paramScope->BindFunctionScope(scope); in BindFunctionScopes()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp920 paramScope->BindFunctionScope(scope); in AddMethodToClass()