|
Zen-C
|
Represents a tracked file in the LSP project. More...
#include <lsp_project.h>

Data Fields | |
| char * | path |
| Absolute file path. | |
| char * | uri |
| file:// URI. | |
| char * | source |
| Cached source content (in-memory). | |
| ASTNode * | ast |
| Cached AST for semantic analysis. | |
| LSPIndex * | index |
| File-specific symbol index. | |
| struct ProjectFile * | next |
Represents a tracked file in the LSP project.
| ASTNode* ProjectFile::ast |
Cached AST for semantic analysis.
| LSPIndex* ProjectFile::index |
File-specific symbol index.
| struct ProjectFile* ProjectFile::next |
| char* ProjectFile::path |
Absolute file path.
| char* ProjectFile::source |
Cached source content (in-memory).
| char* ProjectFile::uri |
file:// URI.