Home
last modified time | relevance | path

Searched refs:GetDuplicateScopeIndex (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h396 virtual uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) in GetDuplicateScopeIndex() function in Scope
400 return parent_->GetDuplicateScopeIndex(childScopeName); in GetDuplicateScopeIndex()
421 scopeDuplicateIndex_ = parent->GetDuplicateScopeIndex( in SetSelfScopeName()
698 uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) override;
802 uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) override
898 uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) override
1164 scopeDuplicateIndex_ = parent->GetDuplicateScopeIndex(GetScopeTag()); in TSEnumScope()
H A Dscope.cpp551 uint32_t FunctionParamScope::GetDuplicateScopeIndex(const util::StringView &childScopeName) in GetDuplicateScopeIndex() function in panda::es2panda::binder::FunctionParamScope
554 return functionScope_->GetDuplicateScopeIndex(childScopeName); in GetDuplicateScopeIndex()
558 return parent_->GetDuplicateScopeIndex(childScopeName); in GetDuplicateScopeIndex()

Completed in 4 milliseconds