Home
last modified time | relevance | path

Searched defs:ArrayIndexScope (Results 1 – 1 of 1) 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
626 ArrayIndexScope(Compiler<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope() function