|
hoshi-lang dev
Yet another programming language
|


Go to the source code of this file.
Classes | |
| struct | Symbol |
| class | SymbolExtractor |
Namespaces | |
| namespace | lsp |
Enumerations | |
| enum class | HoshiSymbolKind { Function , Struct , Interface , Variable , TypeAlias , Enum , Module , ModuleAlias , Method , Field , Constructor , Finalizer , EnumMember , Import , Export , Concept_ , Lambda } |
Functions | |
| bool | isCallableSymbol (const Symbol &symbol) |
| bool | isSymbolVisibleAt (const yoi::vec< Symbol > &symbols, const Symbol &symbol, yoi::indexT line) |