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