Home
last modified time | relevance | path

Searched refs:OldArrayIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h466 OldArrayIndex = Ctx->ArrayIndex; in ArrayIndexScope()
470 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
474 std::optional<uint64_t> OldArrayIndex; variable