Home
last modified time | relevance | path

Searched defs:AddDecl (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.h325 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() function in panda::es2panda::panda::es2panda::binder::Binder
342 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddDecl() function in panda::es2panda::panda::es2panda::binder::Binder
H A Dscope.h309 bool AddDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddDecl() function in Scope
1363 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl() function in Scope
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.h374 T *VarBinder::AddDecl(const lexer::SourcePosition &pos, Args &&...args) in AddDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::varbinder::VarBinder
H A Dscope.h218 Variable *AddDecl(ArenaAllocator *allocator, Decl *decl, [[maybe_unused]] ScriptExtension extension) in AddDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
1025 VariableType *Scope::AddDecl(ArenaAllocator *allocator, util::StringView name, VariableFlags flags) in AddDecl() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope

Completed in 6 milliseconds