Searched refs:PropagateBinding (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | scope.h | 243 Variable *PropagateBinding(ArenaAllocator *allocator, util::StringView name, Args &&...args); 1051 Variable *Scope::PropagateBinding(ArenaAllocator *allocator, util::StringView name, Args &&...args) in PropagateBinding() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
|
H A D | scope.cpp | 269 return scope->PropagateBinding<LocalVariable>(allocator, newDecl->Name(), newDecl, varFlags); in AddLocalVar()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.h | 338 void PropagateBinding(ArenaAllocator *allocator, util::StringView name, Args &&... args); 1393 void Scope::PropagateBinding(ArenaAllocator *allocator, util::StringView name, Args &&... args) in PropagateBinding() function in Scope
|
H A D | scope.cpp | 440 scope->PropagateBinding<LocalVariable>(allocator, newDecl->Name(), newDecl, varFlags); in AddLocal()
|
Completed in 8 milliseconds