Searched refs:OldArrayIndex (Results 1 – 1 of 1) sorted by relevance
573 OldArrayIndex = Ctx->ArrayIndex; in ArrayIndexScope()577 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()581 std::optional<uint64_t> OldArrayIndex; variable