hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
DocumentStore Member List

This is the complete list of members for DocumentStore, including all inherited members.

closeDocument(const std::string &uri)DocumentStore
compilerCtxDocumentStoreprivate
documentsDocumentStoreprivate
getDocument(const std::string &uri)DocumentStore
getDocuments() constDocumentStoreinline
getProjectIndex()DocumentStoreinline
openDocument(const std::string &uri, const std::string &text, const std::string &languageId, int version)DocumentStore
projectIndexDocumentStoreprivate
reparseDocument(const std::string &uri)DocumentStore
resolveAndIndexImports(const std::string &uri, Document &doc)DocumentStoreprivate
setCompilerContext(std::shared_ptr< yoi::compilerContext > ctx)DocumentStoreinline
setProjectIndex(ProjectIndex *index)DocumentStoreinline
updateDocument(const std::string &uri, const std::string &text, int version)DocumentStore