Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h38 template <class Emitter> class ArrayIndexScope; variable
304 friend class ArrayIndexScope<Emitter>; variable
570 template <class Emitter> class ArrayIndexScope final {
572 ArrayIndexScope(Compiler<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function
577 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
H A DCompiler.cpp1802 ArrayIndexScope<Emitter> IndexScope(this, I); in VisitArrayInitLoopExpr()