Searched refs:AutoScope (Results 1 – 1 of 1) sorted by relevance
429 template <class Emitter> class AutoScope : public LocalScope<Emitter> {431 AutoScope(ByteCodeExprGen<Emitter> *Ctx) in AutoScope() function439 template <class Emitter> class BlockScope final : public AutoScope<Emitter> {441 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : AutoScope<Emitter>(Ctx) {} in BlockScope()453 template <class Emitter> class ExprScope final : public AutoScope<Emitter> {455 ExprScope(ByteCodeExprGen<Emitter> *Ctx) : AutoScope<Emitter>(Ctx) {} in ExprScope()