Home
last modified time | relevance | path

Searched refs:instanceDeclScope_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp666 auto found = instanceDeclScope_->Bindings().find(name); in FindLocal()
667 if (found != instanceDeclScope_->Bindings().end()) { in FindLocal()
707 isStatic ? staticDeclScope_ : instanceDeclScope_); in SetBindingProps()
712 isStatic ? staticDeclScope_ : instanceDeclScope_); in SetBindingProps()
717 isStatic ? staticDeclScope_ : instanceDeclScope_); in SetBindingProps()
Dscope.h569instanceDeclScope_(allocator->New<LocalScope>(allocator, staticMethodScope_, ScopeFlags::DECL_SCOP… in ClassScope()
570 …instanceFieldScope_(allocator->New<LocalScope>(allocator, instanceDeclScope_, ScopeFlags::FIELD_SC… in ClassScope()
632 return instanceDeclScope_; in InstanceDeclScope()
637 return instanceDeclScope_; in InstanceDeclScope()
695 LocalScope *instanceDeclScope_; variable