Home | History | Annotate | Download | only in Interp

Lines Matching defs:Scope

28 /// Scope used to handle temporaries in toplevel variable declarations.
32 : LocalScope<Emitter>(Ctx), Scope(Ctx->P, VD) {}
34 void addExtended(const Scope::Local &Local) override {
39 Program::DeclScope Scope;
42 /// Scope used to handle initialization methods.
210 OptionScope<Emitter> Scope(this, /*discardResult=*/true);
216 OptionScope<Emitter> Scope(this, /*discardResult=*/false);
379 // though the declaration was not evaluated in the current scope.
428 Scope::Local Local = this->createLocal(D);
456 Scope::Local Local = this->createLocal(D);
466 OptionScope<Emitter> Scope(this, InitFn);
491 Program::DeclScope Scope(P, VD);