Searched defs:AddTsDecl (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 296 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() function 313 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl() function
|
| D | scope.h | 316 … bool AddTsDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddTsDecl() function
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.h | 364 T *VarBinder::AddTsDecl(const lexer::SourcePosition &pos, Args &&...args) in AddTsDecl() function
|
| D | scope.h | 232 …Variable *AddTsDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extens… in AddTsDecl() function
|