Home
last modified time | relevance | path

Searched defs:ScopeContext (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp23 ScopeContext::ScopeContext(CodeGen *cg, varbinder::Scope *newScope) : cg_(cg), prevScope_(cg_->scope_) in ScopeContext() function in ark::es2panda::compiler::ScopeContext
H A DenvScope.h33 class ScopeContext { class
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DenvScope.cpp24 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext() function in panda::es2panda::compiler::ScopeContext
H A DenvScope.h34 class ScopeContext { class
/arkcompiler/ets_frontend/ets2panda/checker/
H A Dchecker.h297 class ScopeContext { class
299 explicit ScopeContext(Checker *checker, varbinder::Scope *newScope) in ScopeContext() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::checker::ScopeContext
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h499 class ScopeContext { class
501 explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(checker_->scope_) in ScopeContext() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::ScopeContext

Completed in 4 milliseconds