Searched refs:InitStackScope (Results 1 – 2 of 2) sorted by relevance
36 template <class Emitter> class InitStackScope; variable331 friend class InitStackScope<Emitter>; variable671 template <class Emitter> class InitStackScope final {673 InitStackScope(Compiler<Emitter> *Ctx, bool Active) in InitStackScope() function678 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
1794 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()1806 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()