Home
last modified time | relevance | path

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

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