Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h243 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 Dscope.cpp269 return scope->PropagateBinding<LocalVariable>(allocator, newDecl->Name(), newDecl, varFlags); in AddLocalVar()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h338 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 Dscope.cpp440 scope->PropagateBinding<LocalVariable>(allocator, newDecl->Name(), newDecl, varFlags); in AddLocal()

Completed in 8 milliseconds