Home
last modified time | relevance | path

Searched defs:ScopeFindResult (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dconcurrent.h32 class ScopeFindResult; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h22 class ScopeFindResult; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h148ScopeFindResult(util::StringView n, Scope *s, uint32_t l, Variable *v) : ScopeFindResult(n, s, l, … in ScopeFindResult() function
149ScopeFindResult(Scope *s, uint32_t l, uint32_t ll, Variable *v) : scope(s), level(l), lexLevel(ll)… in ScopeFindResult() function
150ScopeFindResult(util::StringView n, Scope *s, uint32_t l, uint32_t ll, Variable *v, ir::ScriptFunc… in ScopeFindResult() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h34 class ScopeFindResult; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h67 using ScopeFindResult = ScopeFindResultT<Scope *>; variable