Home
last modified time | relevance | path

Searched refs:CreateFunctionExpression (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.h40 …ir::FunctionExpression *CreateFunctionExpression(ir::MethodDefinition *method, public_lib::Context…
DdefaultParameterLowering.cpp190 ir::FunctionExpression *DefaultParameterLowering::CreateFunctionExpression( in CreateFunctionExpression() function in ark::es2panda::compiler::DefaultParameterLowering
225CreateFunctionExpression(method, ctx, std::move(funcDefinitionArgs), std::move(funcCallArgs)); in CreateOverloadFunction()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h244 …es2panda_AstNode *(*CreateFunctionExpression)(es2panda_Context *context, es2panda_AstNode *functio… member
Des2panda_lib.cpp1385 extern "C" es2panda_AstNode *CreateFunctionExpression(es2panda_Context *context, es2panda_AstNode *… in CreateFunctionExpression() function
2494 CreateFunctionExpression,