Searched refs:InitStackActive (Results 1 – 2 of 2) sorted by relevance
383 bool InitStackActive = false; variable620 : Ctx(Ctx), OldValue(Ctx->InitStackActive) { in InitStackScope()621 Ctx->InitStackActive = Active; in InitStackScope()624 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
4149 if (!InitStackActive || !E->isImplicit()) in VisitCXXThisExpr()4152 if (InitStackActive && !InitStack.empty()) { in VisitCXXThisExpr()