Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp126 LoopScope(Compiler<Emitter> *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) in LoopScope() argument
128 OldContinueLabel(Ctx->ContinueLabel), in LoopScope()
132 this->Ctx->ContinueLabel = ContinueLabel; in LoopScope()
139 this->Ctx->ContinueLabel = OldContinueLabel; in ~LoopScope()
5651 if (!ContinueLabel) in visitContinueStmt()
5657 return this->jump(*ContinueLabel); in visitContinueStmt()
H A DCompiler.h448 OptLabelTy ContinueLabel; variable