Searched refs:ArrayIndexScope (Results 1 – 2 of 2) sorted by relevance
37 template <class Emitter> class ArrayIndexScope; variable225 friend class ArrayIndexScope<Emitter>;463 template <class Emitter> class ArrayIndexScope final {465 ArrayIndexScope(ByteCodeExprGen<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function470 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
1078 ArrayIndexScope<Emitter> IndexScope(this, I); in VisitArrayInitLoopExpr()