Home
last modified time | relevance | path

Searched defs:InitStackScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h36 template <class Emitter> class InitStackScope; variable
331 friend class InitStackScope<Emitter>; variable
673 InitStackScope(Compiler<Emitter> *Ctx, bool Active) in InitStackScope() function