| 150 | } |
| 151 | |
| 152 | SymbolId ParseFile::registerSymbol(std::string_view symbol) { |
| 153 | return getCompileSourceFile()->getSymbolTable()->registerSymbol(symbol); |
| 154 | } |
| 155 | |
| 156 | SymbolId ParseFile::getId(std::string_view symbol) const { |
| 157 | return getCompileSourceFile()->getSymbolTable()->getId(symbol); |