Home
last modified time | relevance | path

Searched refs:InitStackActive (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h383 bool InitStackActive = false; variable
620 : Ctx(Ctx), OldValue(Ctx->InitStackActive) { in InitStackScope()
621 Ctx->InitStackActive = Active; in InitStackScope()
624 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
H A DCompiler.cpp4149 if (!InitStackActive || !E->isImplicit()) in VisitCXXThisExpr()
4152 if (InitStackActive && !InitStack.empty()) { in VisitCXXThisExpr()