Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
LSPDocumentSymbol Struct Reference

#include <lsp.h>

Collaboration diagram for LSPDocumentSymbol:
Collaboration graph
[legend]

Public Attributes

const char * name
 
LSPSymbolKind kind
 
LSPRange range
 
LSPRange selection_range
 
struct LSPDocumentSymbol ** children
 
size_t child_count
 

Member Data Documentation

◆ child_count

size_t LSPDocumentSymbol::child_count

◆ children

struct LSPDocumentSymbol** LSPDocumentSymbol::children

◆ kind

LSPSymbolKind LSPDocumentSymbol::kind

◆ name

const char* LSPDocumentSymbol::name

◆ range

LSPRange LSPDocumentSymbol::range

◆ selection_range

LSPRange LSPDocumentSymbol::selection_range

The documentation for this struct was generated from the following file: