Searched refs:InitStackActive (Results 1 – 2 of 2) sorted by relevance
433 bool InitStackActive = false; variable674 : Ctx(Ctx), OldValue(Ctx->InitStackActive) { in InitStackScope()675 Ctx->InitStackActive = Active; in InitStackScope()678 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
5210 if (!InitStackActive) in VisitCXXThisExpr()