Searched refs:AddLocal (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 325 bool Scope::AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddLocal() function in panda::es2panda::binder::Scope 589 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 619 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| D | scope.h | 393 bool AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 706 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 783 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 802 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 214 Variable *Scope::AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddLocal() function in panda::es2panda::varbinder::Scope 639 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 847 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|
| D | scope.h | 289 Variable *AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 743 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 789 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|