Home
last modified time | relevance | path

Searched defs:LexicalScope (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h104 friend class LexicalScope; variable
257 explicit LexicalScope(Binder *binder, Args &&... args) in LexicalScope() function
285 …explicit LexicalScope(T *scope, Binder *binder) : binder_(binder), scope_(scope), prevScope_(binde… in LexicalScope() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h178 friend class LexicalScope; variable
304 explicit LexicalScope(VarBinder *varbinder, Args &&...args) in LexicalScope() function
360 explicit LexicalScope(T *scope, VarBinder *varbinder) in LexicalScope() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h711 const auto &LexicalScope() const in LexicalScope() function
727 const auto &LexicalScope() const in LexicalScope() function