|
hoshi-lang dev
Yet another programming language
|
This is the complete list of members for DocumentStore, including all inherited members.
| closeDocument(const std::string &uri) | DocumentStore | |
| compilerCtx | DocumentStore | private |
| documents | DocumentStore | private |
| getDocument(const std::string &uri) | DocumentStore | |
| getDocuments() const | DocumentStore | inline |
| getProjectIndex() | DocumentStore | inline |
| openDocument(const std::string &uri, const std::string &text, const std::string &languageId, int version) | DocumentStore | |
| projectIndex | DocumentStore | private |
| reparseDocument(const std::string &uri) | DocumentStore | |
| resolveAndIndexImports(const std::string &uri, Document &doc) | DocumentStore | private |
| setCompilerContext(std::shared_ptr< yoi::compilerContext > ctx) | DocumentStore | inline |
| setProjectIndex(ProjectIndex *index) | DocumentStore | inline |
| updateDocument(const std::string &uri, const std::string &text, int version) | DocumentStore |