|
hoshi-lang dev
Yet another programming language
|
#include "completion.h"#include <algorithm>#include <compiler/ir/IR.h>#include <filesystem>#include <set>#include <share/def.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | lsp |
Functions | |
| static std::string | documentFilePath (const Document *doc) |
| static std::vector< fs::path > | moduleSearchRoots (const Document *doc) |
| static std::string | getReturnTypeFromIR (Document *doc, const std::string &funcName) |