Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp117 OldContinueLabel(Ctx->ContinueLabel) { in LoopScope()
124 this->Ctx->ContinueLabel = OldContinueLabel; in ~LoopScope()
129 OptLabelTy OldContinueLabel; member in clang::interp::LoopScope