|
Zen-C
|
#include "lsp_project.h"#include <dirent.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>
Functions | |
| void | lsp_project_init (const char *root_path) |
| void | lsp_default_on_error (void *data, Token t, const char *msg) |
| ProjectFile * | lsp_project_get_file (const char *uri) |
| void | lsp_project_update_file (const char *uri, const char *src) |
| DefinitionResult | lsp_project_find_definition (const char *name) |
| ReferenceResult * | lsp_project_find_references (const char *name) |
Variables | |
| LSPProject * | g_project = NULL |
| void lsp_default_on_error | ( | void * | data, |
| Token | t, | ||
| const char * | msg | ||
| ) |

| DefinitionResult lsp_project_find_definition | ( | const char * | name | ) |

| ReferenceResult * lsp_project_find_references | ( | const char * | name | ) |

| ProjectFile * lsp_project_get_file | ( | const char * | uri | ) |

| void lsp_project_init | ( | const char * | root_path | ) |


| void lsp_project_update_file | ( | const char * | uri, |
| const char * | src | ||
| ) |


| LSPProject* g_project = NULL |