| 30 | Role role = Role::None; |
| 31 | |
| 32 | bool operator<(const DocumentHighlight &o) const { return !(range == o.range) ? range < o.range : kind < o.kind; } |
| 33 | }; |
| 34 | REFLECT_STRUCT(DocumentHighlight, range, kind, role); |
| 35 | } // namespace |
nothing calls this directly
no outgoing calls
no test coverage detected