Searched refs:ContinueLabel (Results 1 – 2 of 2) sorted by relevance
126 LoopScope(Compiler<Emitter> *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) in LoopScope() argument128 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()
448 OptLabelTy ContinueLabel; variable