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