Searched defs:AddDecl (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.h | 310 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() function 324 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl() function
|
D | scope.h | 299 bool AddDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddDecl() function 1106 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl() function
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | varbinder.h | 356 T *VarBinder::AddDecl(const lexer::SourcePosition &pos, Args &&...args) in AddDecl() function
|
D | scope.h | 212 …Variable *AddDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extensio… in AddDecl() function 966 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl() function
|