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

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)