Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h573 OldArrayIndex = Ctx->ArrayIndex; in ArrayIndexScope()
577 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
581 std::optional<uint64_t> OldArrayIndex; variable