Searched refs:EnvScope (Results 1 – 5 of 5) sorted by relevance
47 class EnvScope {49 explicit EnvScope() = default;51 NO_COPY_SEMANTIC(EnvScope);52 NO_MOVE_SEMANTIC(EnvScope);53 ~EnvScope();57 EnvScope *Prev() const in Prev()66 EnvScope *prev_ {};69 class LoopEnvScope : public EnvScope {
33 void EnvScope::Initialize(PandaGen *pg) in Initialize()40 EnvScope::~EnvScope() in ~EnvScope()
28 class EnvScope; variable88 EnvScope *envScope_;
83 …egScope::FunctionRegScope(PandaGen *pg) : RegScope(pg), envScope_(pg->Allocator()->New<EnvScope>()) in FunctionRegScope()129 envScope_->~EnvScope(); in ~FunctionRegScope()
213 EnvScope *GetEnvScope() const in GetEnvScope()520 EnvScope *envScope_ {};535 friend class EnvScope; variable