| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 428 bool FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in panda::es2panda::binder::FunctionParamScope 435 bool FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::FunctionScope 466 bool TSEnumScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::TSEnumScope 473 bool GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::GlobalScope 530 bool ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::ModuleScope 586 bool LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::LocalScope 606 bool CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding() function in panda::es2panda::binder::CatchParamScope 612 bool CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::CatchScope
|
| D | scope.h | 703 bool AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function 780 bool AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function 799 bool AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 378 Variable *FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in panda::es2panda::varbinder::FunctionParamScope 385 Variable *FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *new… in AddBinding() function in panda::es2panda::varbinder::FunctionScope 410 Variable *GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDe… in AddBinding() function in panda::es2panda::varbinder::GlobalScope 508 Variable *ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDe… in AddBinding() function in panda::es2panda::varbinder::ModuleScope 636 Variable *LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding() function in panda::es2panda::varbinder::LocalScope 732 Variable *ClassScope::AddBinding(ArenaAllocator *allocator, [[maybe_unused]] Variable *currentVaria… in AddBinding() function in panda::es2panda::varbinder::ClassScope 833 Variable *CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *n… in AddBinding() function in panda::es2panda::varbinder::CatchParamScope 839 Variable *CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding() function in panda::es2panda::varbinder::CatchScope
|
| D | scope.h | 740 Variable *AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function 786 Variable *AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function
|