Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h43 template <class Emitter> class StmtExprScope; variable
339 friend class StmtExprScope<Emitter>; variable
H A DCompiler.cpp184 template <class Emitter> class StmtExprScope final { class
186 StmtExprScope(Compiler<Emitter> *Ctx) : Ctx(Ctx), OldFlag(Ctx->InStmtExpr) { in StmtExprScope() function in clang::interp::StmtExprScope
190 ~StmtExprScope() { Ctx->InStmtExpr = OldFlag; } in ~StmtExprScope()
4069 StmtExprScope<Emitter> SS(this); in VisitStmtExpr()