Home
last modified time | relevance | path

Searched defs:AddTsDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h296 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
Dscope.h316 … bool AddTsDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddTsDecl() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h364 T *VarBinder::AddTsDecl(const lexer::SourcePosition &pos, Args &&...args) in AddTsDecl() function
Dscope.h232 …Variable *AddTsDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extens… in AddTsDecl() function