Home
last modified time | relevance | path

Searched refs:childScopeName (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() argument
400 return parent_->GetDuplicateScopeIndex(childScopeName); in GetDuplicateScopeIndex()
698 uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) override;
802 uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) override
804 auto it = scopesIndex_.find(childScopeName);
806 scopesIndex_.insert({childScopeName, 0});
898 uint32_t GetDuplicateScopeIndex(const util::StringView &childScopeName) override
900 auto it = scopesIndex_.find(childScopeName);
902 scopesIndex_.insert({childScopeName, 0});
H A Dscope.cpp551 uint32_t FunctionParamScope::GetDuplicateScopeIndex(const util::StringView &childScopeName) in GetDuplicateScopeIndex() argument
554 return functionScope_->GetDuplicateScopeIndex(childScopeName); in GetDuplicateScopeIndex()
558 return parent_->GetDuplicateScopeIndex(childScopeName); in GetDuplicateScopeIndex()

Completed in 5 milliseconds