Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp77 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseCommonjs() local
DparserImpl.cpp1362 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsTypeLiteralOrInterfaceMember() local
1699 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsFunctionType() local
3195 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseFunction() local
DexpressionParser.cpp2363 auto *funcParamScope = functionNode->Scope()->ParamScope(); in ParseFunctionExpression() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp157 auto *funcParamScope = pg->TopScope()->ParamScope(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp408 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsModule() local