Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h433 bool InitStackActive = false; variable
674 : Ctx(Ctx), OldValue(Ctx->InitStackActive) { in InitStackScope()
675 Ctx->InitStackActive = Active; in InitStackScope()
678 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
H A DCompiler.cpp5210 if (!InitStackActive) in VisitCXXThisExpr()