Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h37 template <class Emitter> class ArrayIndexScope; variable
225 friend class ArrayIndexScope<Emitter>;
463 template <class Emitter> class ArrayIndexScope final {
465 ArrayIndexScope(ByteCodeExprGen<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function
470 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
H A DByteCodeExprGen.cpp1078 ArrayIndexScope<Emitter> IndexScope(this, I); in VisitArrayInitLoopExpr()