Home
last modified time | relevance | path

Searched defs:SetSelfScopeName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp593 void FunctionScope::SetSelfScopeName(const util::StringView &ident) in SetSelfScopeName() function in panda::es2panda::binder::FunctionScope
652 void TSEnumScope::SetSelfScopeName(const util::StringView &ident) in SetSelfScopeName() function in panda::es2panda::binder::TSEnumScope
713 void GlobalScope::SetSelfScopeName([[maybe_unused]] const util::StringView &ident) in SetSelfScopeName() function in panda::es2panda::binder::GlobalScope
796 void ModuleScope::SetSelfScopeName([[maybe_unused]] const util::StringView &ident) in SetSelfScopeName() function in panda::es2panda::binder::ModuleScope
Dscope.h406 virtual void SetSelfScopeName(const util::StringView &ident) in SetSelfScopeName() function