Searched refs:InitStackScope (Results 1 – 2 of 2) sorted by relevance
36 template <class Emitter> class InitStackScope; variable302 friend class InitStackScope<Emitter>; variable617 template <class Emitter> class InitStackScope final {619 InitStackScope(Compiler<Emitter> *Ctx, bool Active) in InitStackScope() function624 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
1337 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()1348 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()