| 258 | const OrderedNodeWrapper BlockWrapper; |
| 259 | |
| 260 | CodeRange(const IRListView* parent, OrderedNodeWrapper block) |
| 261 | : View(parent) |
| 262 | , BlockWrapper(block) {}; |
| 263 | |
| 264 | [[nodiscard]] |
| 265 | iterator begin() const noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected