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