Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp423 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 Dscope.h456 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 Dscope.cpp272 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 Dscope.h305 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