Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.h36 template <class Emitter> class ArrayIndexScope; variable
184 friend class ArrayIndexScope<Emitter>;
346 template <class Emitter> class ArrayIndexScope final {
348 ArrayIndexScope(ByteCodeExprGen<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function
353 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
H A DByteCodeExprGen.cpp889 ArrayIndexScope<Emitter> IndexScope(this, I); in visitArrayInitializer()