Searched refs:ExprScope (Results 1 – 3 of 3) sorted by relevance
165 ExprScope<Emitter> RetScope(this); in visitReturnStmt()241 ExprScope<Emitter> Scope(this); in visitVarDecl()
320 template <class Emitter> class ExprScope final : public LocalScope<Emitter> {322 ExprScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in ExprScope() function
520 ExprScope<Emitter> RootScope(this); in visitExpr()