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.cpp1445 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsTypeLiteralOrInterfaceMember() local
1818 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseTsFunctionType() local
3462 auto *funcParamScope = funcParamContext.LexicalScope().GetScope(); in ParseFunction() local
DexpressionParser.cpp2378 auto *funcParamScope = functionNode->Scope()->ParamScope(); in ParseFunctionExpression() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp164 auto *funcParamScope = pg->TopScope()->ParamScope(); in CompileFunction() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1420 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsModule() local
1559 binder::FunctionParamScope *funcParamScope = funcScope->ParamScope(); in CreateCallExpressionForTsEnum() local