Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp130 OldContinueVarScope(Ctx->ContinueVarScope) { in LoopScope()
140 this->Ctx->ContinueVarScope = OldContinueVarScope; in ~LoopScope()
148 VariableScope<Emitter> *OldContinueVarScope; member in clang::interp::LoopScope