Searched refs:ArrayIndexScope (Results 1 – 2 of 2) sorted by relevance
38 template <class Emitter> class ArrayIndexScope; variable333 friend class ArrayIndexScope<Emitter>; variable624 template <class Emitter> class ArrayIndexScope final {626 ArrayIndexScope(Compiler<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function631 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
2348 ArrayIndexScope<Emitter> IndexScope(this, I); in VisitArrayInitLoopExpr()