Searched refs:TryLabelSet (Results 1 – 6 of 6) sorted by relevance
26 class TryLabelSet {28 explicit TryLabelSet(PandaGen *pg);30 ~TryLabelSet() = default;31 DEFAULT_COPY_SEMANTIC(TryLabelSet);32 DEFAULT_MOVE_SEMANTIC(TryLabelSet);77 const TryLabelSet &LabelSet() const in LabelSet()88 TryLabelSet labelSet_;
22 TryLabelSet::TryLabelSet(PandaGen *pg) in TryLabelSet() function in panda::es2panda::compiler::TryLabelSet
23 class TryLabelSet; variable70 const compiler::TryLabelSet &labelSet) const;
49 const compiler::TryLabelSet &labelSet) const in CompileFinally()
34 class TryLabelSet; variable221 const TryLabelSet &LabelSet() const;
200 const TryLabelSet &TryContext::LabelSet() const in LabelSet()