Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp192 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()
Dscope.h362 bool AddLocal(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl,
675 return AddLocal(allocator, currentVariable, newDecl, extension); in AddBinding()