Searched refs:AddLocal (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
D | scope.cpp | 192 bool Scope::AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddLocal() function in panda::es2panda::binder::Scope 456 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 486 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|
D | scope.h | 362 bool AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 675 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|