Home
last modified time | relevance | path

Searched refs:CopyFunctionArguments (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp225 pg->CopyFunctionArguments(pg->RootNode()); in Compile()
Dpandagen.h279 void CopyFunctionArguments(const ir::AstNode *node);
Dpandagen.cpp225 void PandaGen::CopyFunctionArguments(const ir::AstNode *node) in CopyFunctionArguments() function in panda::es2panda::compiler::PandaGen