| 264 | } |
| 265 | |
| 266 | uint32_t ResolveSymbols::Line(NodeId index) const { |
| 267 | return m_fileData->Line(index); |
| 268 | } |
| 269 | |
| 270 | std::string_view ResolveSymbols::Symbol(SymbolId id) const { |
| 271 | return m_fileData->getSymbolTable()->getSymbol(id); |
no outgoing calls