Lines Matching refs:labelSet
49 const compiler::TryLabelSet &labelSet) const
54 pg->Branch(this, labelSet.CatchEnd());
56 pg->SetLabel(this, labelSet.CatchBegin());
59 pg->SetLabel(this, labelSet.CatchEnd());
78 const auto &labelSet = tryCtx.LabelSet();
80 pg->SetLabel(this, labelSet.TryBegin());
95 pg->SetLabel(this, labelSet.TryEnd());
97 CompileFinally(pg, &tryCtx, labelSet);
105 const auto &labelSet = tryCtx.LabelSet();
107 pg->SetLabel(this, labelSet.TryBegin());
122 pg->SetLabel(this, labelSet.TryEnd());
124 CompileFinally(pg, &tryCtx, labelSet);
132 const auto &labelSet = tryCtx.LabelSet();
134 pg->SetLabel(this, labelSet.TryBegin());
136 pg->SetLabel(this, labelSet.TryEnd());
138 pg->Branch(this, labelSet.CatchEnd());
140 pg->SetLabel(this, labelSet.CatchBegin());
142 pg->SetLabel(this, labelSet.CatchEnd());