Home
last modified time | relevance | path

Searched refs:ParameterDecl (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h343 class ParameterDecl : public Decl { class
345 explicit ParameterDecl(util::StringView name) : Decl(name) {} in ParameterDecl() function in panda::es2panda::panda::es2panda::binder::ParameterDecl
H A DvariableFlags.h31 _(PARAM, ParameterDecl) \
H A Dscope.cpp488 std::tuple<ParameterDecl *, const ir::AstNode *> ParamScope::AddParamDecl(ArenaAllocator *allocator, in AddParamDecl()
493 auto *decl = NewDecl<ParameterDecl>(allocator, name); in AddParamDecl()
H A Dbinder.h84 ParameterDecl *AddParamDecl(const ir::AstNode *param);
H A Dbinder.cpp77 ParameterDecl *Binder::AddParamDecl(const ir::AstNode *param) in AddParamDecl()
957 auto *decl = Allocator()->New<ParameterDecl>(name); in AddMandatoryParam()
H A Dscope.h647 std::tuple<ParameterDecl *, const ir::AstNode *> AddParamDecl(ArenaAllocator *allocator, const ir::AstNode *param);
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h321 class ParameterDecl : public Decl { class
323 explicit ParameterDecl(util::StringView name) : Decl(name) {} in ParameterDecl() function in ark::es2panda::ark::es2panda::varbinder::ParameterDecl
H A DvariableFlags.h31 _(PARAM, ParameterDecl) \
H A Dvarbinder.cpp76 std::tuple<ParameterDecl *, Variable *> VarBinder::AddParamDecl(ir::AstNode *param) in AddParamDecl()
648 auto *decl = Allocator()->New<ParameterDecl>(name); in AddMandatoryParam()
H A Dvarbinder.h73 std::tuple<ParameterDecl *, Variable *> AddParamDecl(ir::AstNode *param);
H A Dscope.cpp398 std::tuple<ParameterDecl *, ir::AstNode *, Variable *> ParamScope::AddParamDecl(ArenaAllocator *allocator, in AddParamDecl()
403 auto *decl = NewDecl<ParameterDecl>(allocator, name); in AddParamDecl()
H A Dscope.h438 std::tuple<ParameterDecl *, ir::AstNode *, Variable *> AddParamDecl(ArenaAllocator *allocator, ir::AstNode *param);

Completed in 14 milliseconds