Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h36 template <class Emitter> class InitStackScope; variable
302 friend class InitStackScope<Emitter>;
617 template <class Emitter> class InitStackScope final {
619 InitStackScope(Compiler<Emitter> *Ctx, bool Active) in InitStackScope() function
624 ~InitStackScope() { this->Ctx->InitStackActive = OldValue; } in ~InitStackScope()
HDCompiler.cpp1337 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()
1348 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()