Searched defs:AddTsDecl (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | binder.h | 290 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() function in panda::es2panda::panda::es2panda::binder::Binder 307 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddTsDecl() function in panda::es2panda::panda::es2panda::binder::Binder
|
| H A D | scope.h | 316 bool AddTsDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddTsDecl() function in Scope
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | varbinder.h | 362 T *VarBinder::AddTsDecl(const lexer::SourcePosition &pos, Args &&...args) in AddTsDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VarBinder
|
| H A D | scope.h | 226 Variable *AddTsDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddTsDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
|
Completed in 6 milliseconds