Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp171 std::tuple<Scope *, bool> Scope::IterateShadowedVariables(const util::StringView &name, const Varia… in IterateShadowedVariables() function in panda::es2panda::binder::Scope
198 auto [scope, shadowed] = IterateShadowedVariables( in AddLocal()
402 auto [scope, shadowed] = IterateShadowedVariables( in AddBinding()
Dscope.h360 …std::tuple<Scope *, bool> IterateShadowedVariables(const util::StringView &name, const VariableVis…