Searched refs:ContinueLabel (Results 1 – 2 of 2) sorted by relevance
40 LabelTy ContinueLabel) in LoopScope() argument42 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()
81 OptLabelTy ContinueLabel; variable