Searched refs:ParameterDecl (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | declaration.h | 343 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 D | variableFlags.h | 31 _(PARAM, ParameterDecl) \
|
H A D | scope.cpp | 488 std::tuple<ParameterDecl *, const ir::AstNode *> ParamScope::AddParamDecl(ArenaAllocator *allocator, in AddParamDecl() 493 auto *decl = NewDecl<ParameterDecl>(allocator, name); in AddParamDecl()
|
H A D | binder.h | 84 ParameterDecl *AddParamDecl(const ir::AstNode *param);
|
H A D | binder.cpp | 77 ParameterDecl *Binder::AddParamDecl(const ir::AstNode *param) in AddParamDecl() 957 auto *decl = Allocator()->New<ParameterDecl>(name); in AddMandatoryParam()
|
H A D | scope.h | 647 std::tuple<ParameterDecl *, const ir::AstNode *> AddParamDecl(ArenaAllocator *allocator, const ir::AstNode *param);
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | declaration.h | 321 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 D | variableFlags.h | 31 _(PARAM, ParameterDecl) \
|
H A D | varbinder.cpp | 76 std::tuple<ParameterDecl *, Variable *> VarBinder::AddParamDecl(ir::AstNode *param) in AddParamDecl() 648 auto *decl = Allocator()->New<ParameterDecl>(name); in AddMandatoryParam()
|
H A D | varbinder.h | 73 std::tuple<ParameterDecl *, Variable *> AddParamDecl(ir::AstNode *param);
|
H A D | scope.cpp | 398 std::tuple<ParameterDecl *, ir::AstNode *, Variable *> ParamScope::AddParamDecl(ArenaAllocator *allocator, in AddParamDecl() 403 auto *decl = NewDecl<ParameterDecl>(allocator, name); in AddParamDecl()
|
H A D | scope.h | 438 std::tuple<ParameterDecl *, ir::AstNode *, Variable *> AddParamDecl(ArenaAllocator *allocator, ir::AstNode *param);
|
Completed in 14 milliseconds