Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp71 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseCommonjs() local
DparserImpl.cpp1549 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsTypeLiteralOrInterfaceMember() local
1943 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsFunctionType() local
4064 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseFunction() local
DexpressionParser.cpp2561 auto *funcParamScope = functionNode->Scope()->ParamScope(); in ParseFunctionExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp114 …auto funcParamScope = (function->Scope() == nullptr) ? HandleFunctionSig(function->TypeParams(), f… in HandleFunction() local
389 auto *funcParamScope = lexicalScope.GetScope(); in VisitTSFunctionType() local
520 auto *funcParamScope = func->Scope()->ParamScope(); in VisitFunctionExpression() local
780 auto funcParamScope = (constrT->Scope() == nullptr) in VisitTSConstructorType() local
795 …auto funcParamScope = (signDecl->Scope() == nullptr) ? HandleFunctionSig(signDecl->TypeParams(), s… in VisitTSSignatureDeclaration() local
803 auto funcParamScope = in VisitTSMethodSignature() local
900 auto *funcParamScope = funcParamCtx.GetScope(); in VisitClassStaticBlock() local
1128 auto *funcParamScope = lexicalScope.GetScope(); in VisitETSFunctionType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp234 auto *funcParamScope = pg->TopScope()->ParamScope(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp237 auto *funcParamScope = pg->TopScope()->ParamScope(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1937 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsModule() local
2076 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsEnum() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2168 …auto *funcParamScope = varbinder::LexicalScope<varbinder::FunctionParamScope>(VarBinder()).GetScop… in TransformTraillingLambda() local