hoshi-lang
dev
Yet another programming language
Loading...
Searching...
No Matches
definition.h
Go to the documentation of this file.
1
//
2
// Go-to-Definition Provider for hoshi-lang LSP
3
//
4
5
#ifndef HOSHI_LANG_LSP_DEFINITION_H
6
#define HOSHI_LANG_LSP_DEFINITION_H
7
8
#include "
protocol.h
"
9
#include "
document.h
"
10
11
namespace
lsp
{
12
13
class
DefinitionProvider
{
14
public
:
15
DefinitionResult
provide
(
Document
*doc,
const
Position
&pos,
const
std::string &uri);
16
};
17
18
}
// namespace lsp
19
20
#endif
// HOSHI_LANG_LSP_DEFINITION_H
lsp::DefinitionProvider
Definition
definition.h:13
lsp::DefinitionProvider::provide
DefinitionResult provide(Document *doc, const Position &pos, const std::string &uri)
Definition
definition.cpp:46
document.h
lsp
Definition
completion.cpp:12
lsp::DefinitionResult
std::vector< Location > DefinitionResult
Definition
protocol.h:271
protocol.h
lsp::Document
Definition
document.h:23
lsp::Position
Definition
protocol.h:25
lsp
definition.h
Generated by
1.9.8