Home
last modified time | relevance | path

Searched defs:funcParamScope (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp72 auto funcParamScope = in HandleFunction() local
291 auto *funcParamScope = lexicalScope.GetScope(); in VisitTSFunctionType() local
401 auto *funcParamScope = func->Scope()->ParamScope(); in VisitFunctionExpression() local
614 …auto funcParamScope = HandleFunctionSig(constrT->TypeParams(), constrT->Params(), constrT->ReturnT… in VisitTSConstructorType() local
626 auto funcParamScope = in VisitTSSignatureDeclaration() local
633 auto funcParamScope = in VisitTSMethodSignature() local
706 auto *funcParamScope = funcParamCtx.GetScope(); in VisitClassStaticBlock() local
841 auto *funcParamScope = lexicalScope.GetScope(); in VisitETSFunctionType() local
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp77 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseCommonjs() local
DparserImpl.cpp1526 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsTypeLiteralOrInterfaceMember() local
1900 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsFunctionType() local
3860 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseFunction() local
DexpressionParser.cpp2553 auto *funcParamScope = functionNode->Scope()->ParamScope(); in ParseFunctionExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp227 auto *funcParamScope = pg->TopScope()->ParamScope(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp241 auto *funcParamScope = pg->TopScope()->ParamScope(); in CompileFunction() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1418 auto *funcParamScope = CopyParams(funcType->Params(), params); in CreateInvokeFunction() local
1822 auto *funcParamScope = CreateProxyMethodParams(lambda, params, captured, isStatic); in CreateProxyFunc() local
2087 auto *funcParamScope = CreateLambdaCtorImplicitParams(params, properties); in CreateLambdaImplicitCtor() local
2789 …auto *funcParamScope = varbinder::LexicalScope<varbinder::FunctionParamScope>(VarBinder()).GetScop… in TransformTraillingLambda() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1903 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsModule() local
2042 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsEnum() local