hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
definition.cpp File Reference
#include "definition.h"
#include <algorithm>
#include <share/def.hpp>
Include dependency graph for definition.cpp:

Go to the source code of this file.

Namespaces

namespace  lsp
 

Functions

static std::string getLineText (Document *doc, int line)
 
static std::string extractWordAtPosition (const std::string &lineText, int col)
 
static Location makeLocation (const std::string &uri, yoi::indexT line, yoi::indexT column, size_t nameLen)