Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h544 typeAliasScope_(allocator->New<LocalScope>(allocator, this, ScopeFlags::TYPE_ALIAS)) in LocalScopeWithTypeAlias()
549 typeAliasScope_(allocator->New<LocalScope>(allocator, this, ScopeFlags::TYPE_ALIAS)) in LocalScopeWithTypeAlias()
560 return typeAliasScope_; in TypeAliasScope()
565 return typeAliasScope_; in TypeAliasScope()
569 LocalScope *typeAliasScope_; member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LocalScopeWithTypeAlias
576 typeAliasScope_(allocator->New<LocalScope>(allocator, this, ScopeFlags::TYPE_ALIAS)) in FunctionScope()
607 return typeAliasScope_; in TypeAliasScope()
618 LocalScope *typeAliasScope_; member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::FunctionScope
H A Dscope.cpp481 var = typeAliasScope_->AddBinding(allocator, currentVariable, newDecl, extension); in AddBinding()
724 auto found = typeAliasScope_->Bindings().find(name); in FindLocal()
725 if (found != typeAliasScope_->Bindings().end()) { in FindLocal()
769 auto *var = typeAliasScope_->AddBinding(allocator, currentVariable, newDecl, extension); in AddBinding()
784 auto found = typeAliasScope_->Bindings().find(name); in FindLocal()
785 if (found != typeAliasScope_->Bindings().end()) { in FindLocal()

Completed in 4 milliseconds