Home
last modified time | relevance | path

Searched defs:ScopeContext (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DenvScope.cpp23 ScopeContext::ScopeContext(CodeGen *cg, varbinder::Scope *newScope) : cg_(cg), prevScope_(cg_->scop… in ScopeContext() function in ark::es2panda::compiler::ScopeContext
DcodeGen.h190 friend class ScopeContext; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.cpp22 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext() function in panda::es2panda::compiler::ScopeContext
Dpandagen.h548 friend class ScopeContext; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h474 friend class ScopeContext; variable
502 …explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(c… in ScopeContext() function
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp166 ScopeContext::ScopeContext(Checker *checker, varbinder::Scope *newScope) in ScopeContext() function in ark::es2panda::checker::ScopeContext
Dchecker.h210 friend class ScopeContext; variable