Searched refs:AddLocal (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.cpp | 423 bool Scope::AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddLocal() function in panda::es2panda::binder::Scope 826 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 856 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|
H A D | scope.h | 456 bool AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 884 return AddLocal(allocator, currentVariable, newDecl, extension); 984 return AddLocal(allocator, currentVariable, newDecl, extension); 1003 return AddLocal(allocator, currentVariable, newDecl, extension);
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.cpp | 272 Variable *Scope::AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddLocal() function in ark::es2panda::varbinder::Scope 761 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 778 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding() 1037 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()
|
H A D | scope.h | 305 Variable *AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, 796 return AddLocal(allocator, currentVariable, newDecl, extension); 848 return AddLocal(allocator, currentVariable, newDecl, extension);
|
Completed in 8 milliseconds