| 76 | } |
| 77 | |
| 78 | QList<newlsp::SymbolInformation> SymbolManager::symbolInformations(const QString &file) const |
| 79 | { |
| 80 | return d->symbolInfoHash.value(file, {}); |
| 81 | } |
| 82 | |
| 83 | SymbolManager::SymbolInfo SymbolManager::findSymbol(const QString &file, int line, int column) |
| 84 | { |
no test coverage detected