| 2383 | } |
| 2384 | |
| 2385 | LSPClientServer::RequestHandle |
| 2386 | LSPClientServer::documentDefinition(const QUrl &document, const LSPPosition &pos, const QObject *context, const DocumentDefinitionReplyHandler &h) |
| 2387 | { |
| 2388 | return d->documentDefinition(document, pos, make_handler(h, context, parseDocumentLocation)); |
| 2389 | } |
| 2390 | |
| 2391 | LSPClientServer::RequestHandle |
| 2392 | LSPClientServer::documentImplementation(const QUrl &document, const LSPPosition &pos, const QObject *context, const DocumentDefinitionReplyHandler &h) |