Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h36 template <class Emitter> class InitStackScope; variable
302 friend class InitStackScope<Emitter>; variable
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()
H A DCompiler.cpp1337 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()
1348 InitStackScope<Emitter> ISS(this, isa<CXXDefaultInitExpr>(Init)); in visitInitList()