Searched refs:IterateShadowedVariables (Results 1 – 2 of 2) sorted by relevance
171 std::tuple<Scope *, bool> Scope::IterateShadowedVariables(const util::StringView &name, const Varia… in IterateShadowedVariables() function in panda::es2panda::binder::Scope198 auto [scope, shadowed] = IterateShadowedVariables( in AddLocal()402 auto [scope, shadowed] = IterateShadowedVariables( in AddBinding()
360 …std::tuple<Scope *, bool> IterateShadowedVariables(const util::StringView &name, const VariableVis…