Searched defs:AddBinding (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.cpp | 441 Variable *FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in ark::es2panda::varbinder::FunctionParamScope 448 Variable *FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in ark::es2panda::varbinder::FunctionScope 497 Variable *GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in ark::es2panda::varbinder::GlobalScope 595 Variable *ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in ark::es2panda::varbinder::ModuleScope 758 Variable *LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in ark::es2panda::varbinder::LocalScope 764 Variable *LocalScopeWithTypeAlias::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in ark::es2panda::varbinder::LocalScopeWithTypeAlias 907 Variable *ClassScope::AddBinding(ArenaAllocator *allocator, [[maybe_unused]] Variable *currentVariable, Decl *newDecl, in AddBinding() function in ark::es2panda::varbinder::ClassScope 1011 Variable *CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, AddBinding() function in ark::es2panda::varbinder::CatchParamScope 1017 Variable *CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, AddBinding() function in ark::es2panda::varbinder::CatchScope [all...] |
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.cpp | 529 bool FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in panda::es2panda::binder::FunctionParamScope 582 bool FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::FunctionScope 665 bool TSEnumScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::TSEnumScope 700 bool GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::GlobalScope 762 bool ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::ModuleScope 823 bool LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::LocalScope 843 bool CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::CatchParamScope 849 bool CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::CatchScope
|
Completed in 4 milliseconds