Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h38 template <class Emitter> class ArrayIndexScope; variable
333 friend class ArrayIndexScope<Emitter>; variable
624 template <class Emitter> class ArrayIndexScope final {
626 ArrayIndexScope(Compiler<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function
631 ~ArrayIndexScope() { Ctx->ArrayIndex = OldArrayIndex; } in ~ArrayIndexScope()
H A DCompiler.cpp2348 ArrayIndexScope<Emitter> IndexScope(this, I); in VisitArrayInitLoopExpr()