Searched defs:AddDecl (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | binder.h | 325 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() function in panda::es2panda::panda::es2panda::binder::Binder 342 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddDecl() function in panda::es2panda::panda::es2panda::binder::Binder
|
| H A D | scope.h | 309 bool AddDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddDecl() function in Scope 1363 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl() function in Scope
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | varbinder.h | 374 T *VarBinder::AddDecl(const lexer::SourcePosition &pos, Args &&...args) in AddDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VarBinder
|
| H A D | scope.h | 218 Variable *AddDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope 1025 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
|
Completed in 6 milliseconds