Home
last modified time | relevance | path

Searched refs:AddLocal (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp325 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()
Dscope.h393 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/
Dscope.cpp214 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()
Dscope.h289 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()