Home
last modified time | relevance | path

Searched refs:InitStackScope (Results 1 – 2 of 2) 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
671 template <class Emitter> class InitStackScope final {
673 InitStackScope(Compiler<Emitter> *Ctx, bool Active) in InitStackScope() function
678 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
H A DCompiler.cpp1794 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()
1806 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()