Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.h158 friend class LexicalScope; variable
274 explicit LexicalScope(VarBinder *varbinder, Args &&...args) in LexicalScope() function
330 explicit LexicalScope(T *scope, VarBinder *varbinder) in LexicalScope() function
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h103 friend class LexicalScope; variable
251 explicit LexicalScope(Binder *binder, Args &&... args) in LexicalScope() function
279 …explicit LexicalScope(T *scope, Binder *binder) : binder_(binder), scope_(scope), prevScope_(binde… in LexicalScope() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h692 const auto &LexicalScope() const in LexicalScope() function
708 const auto &LexicalScope() const in LexicalScope() function