Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp40 LabelTy ContinueLabel) in LoopScope() argument
42 OldContinueLabel(Ctx->ContinueLabel) { in LoopScope()
44 this->Ctx->ContinueLabel = ContinueLabel; in LoopScope()
49 this->Ctx->ContinueLabel = OldContinueLabel; in ~LoopScope()
572 if (!ContinueLabel) in visitContinueStmt()
576 return this->jump(*ContinueLabel); in visitContinueStmt()
H A DByteCodeStmtGen.h81 OptLabelTy ContinueLabel; variable