Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp77 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseCommonjs() local
DparserImpl.cpp1541 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsTypeLiteralOrInterfaceMember() local
1932 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsFunctionType() local
3916 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseFunction() local
DexpressionParser.cpp2553 auto *funcParamScope = functionNode->Scope()->ParamScope(); in ParseFunctionExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp96 …auto funcParamScope = (function->Scope() == nullptr) ? HandleFunctionSig(function->TypeParams(), f… in HandleFunction() local
340 auto *funcParamScope = lexicalScope.GetScope(); in VisitTSFunctionType() local
455 auto *funcParamScope = func->Scope()->ParamScope(); in VisitFunctionExpression() local
679 auto funcParamScope = (constrT->Scope() == nullptr) in VisitTSConstructorType() local
694 …auto funcParamScope = (signDecl->Scope() == nullptr) ? HandleFunctionSig(signDecl->TypeParams(), s… in VisitTSSignatureDeclaration() local
702 auto funcParamScope = in VisitTSMethodSignature() local
789 auto *funcParamScope = funcParamCtx.GetScope(); in VisitClassStaticBlock() local
973 auto *funcParamScope = lexicalScope.GetScope(); in VisitETSFunctionType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp233 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/es2panda/parser/transformer/
Dtransformer.cpp1926 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsModule() local
2065 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsEnum() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1982 …auto *funcParamScope = varbinder::LexicalScope<varbinder::FunctionParamScope>(VarBinder()).GetScop… in TransformTraillingLambda() local