| 595 | } |
| 596 | |
| 597 | void Client::referencesRequest(const QString &filePath, const lsp::Position &pos) |
| 598 | { |
| 599 | d->callMethod(lsp::V_TEXTDOCUMENT_REFERENCES, lsp::references(filePath, pos), filePath); |
| 600 | } |
| 601 | |
| 602 | void Client::docHighlightRequest(const QString &filePath, const lsp::Position &pos) |
| 603 | { |
no test coverage detected