Searched defs:ScopeContext (Results 1 – 6 of 6) sorted by relevance
23 ScopeContext::ScopeContext(CodeGen *cg, varbinder::Scope *newScope) : cg_(cg), prevScope_(cg_->scop… in ScopeContext() function in panda::es2panda::compiler::ScopeContext
190 friend class ScopeContext; variable
24 ScopeContext::ScopeContext(PandaGen *pg, binder::Scope *newScope) : pg_(pg), prevScope_(pg_->scope_) in ScopeContext() function in panda::es2panda::compiler::ScopeContext
573 friend class ScopeContext; variable
192 friend class ScopeContext; variable256 explicit ScopeContext(Checker *checker, varbinder::Scope *newScope) in ScopeContext() function
473 friend class ScopeContext; variable501 …explicit ScopeContext(Checker *checker, binder::Scope *newScope) : checker_(checker), prevScope_(c… in ScopeContext() function