Searched refs:ArrayIndexScope (Results 1 – 2 of 2) sorted by relevance
36 template <class Emitter> class ArrayIndexScope; variable184 friend class ArrayIndexScope<Emitter>;346 template <class Emitter> class ArrayIndexScope final {348 ArrayIndexScope(ByteCodeExprGen<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function353 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
889 ArrayIndexScope<Emitter> IndexScope(this, I); in visitArrayInitializer()