Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp42 OldContinueLabel(Ctx->ContinueLabel) { in LoopScope()
49 this->Ctx->ContinueLabel = OldContinueLabel; in ~LoopScope()
54 OptLabelTy OldContinueLabel; member in clang::interp::LoopScope