Searched refs:CreateOverloadFunction (Results 1 – 2 of 2) sorted by relevance
43 …void CreateOverloadFunction(ir::MethodDefinition *method, ArenaVector<ir::Expression *> funcCallAr…
218 void DefaultParameterLowering::CreateOverloadFunction(ir::MethodDefinition *method, in CreateOverloadFunction() function in ark::es2panda::compiler::DefaultParameterLowering334 CreateOverloadFunction(method, std::move(funcCallArgs), std::move(funcDefinitionArgs), ctx); in ProcessGlobalFunctionDefinition()