Home
last modified time | relevance | path

Searched defs:AddParamDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp31 Variable *VarBinder::AddParamDecl(ir::Expression *param) in AddParamDecl() function in ark::es2panda::varbinder::VarBinder
Dscope.cpp462 std::tuple<Variable *, ir::Expression *> ParamScope::AddParamDecl(ArenaAllocator *allocator, varbin… in AddParamDecl() function in ark::es2panda::varbinder::ParamScope
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp468 std::tuple<ParameterDecl *, const ir::AstNode *> ParamScope::AddParamDecl(ArenaAllocator *allocator, in AddParamDecl() function in panda::es2panda::binder::ParamScope
Dbinder.cpp67 ParameterDecl *Binder::AddParamDecl(const ir::AstNode *param) in AddParamDecl() function in panda::es2panda::binder::Binder