| 141 | : public Pattern { |
| 142 | public: |
| 143 | BranchPattern(PatternList children = {}) |
| 144 | : fChildren(std::move(children)) |
| 145 | {} |
| 146 | |
| 147 | Pattern& fix() { |
| 148 | UniquePatternSet patterns; |
nothing calls this directly
no outgoing calls
no test coverage detected