| 774 | } |
| 775 | |
| 776 | SymbolId PreprocessFile::registerSymbol(std::string_view symbol) const { |
| 777 | return getCompileSourceFile()->getSymbolTable()->registerSymbol(symbol); |
| 778 | } |
| 779 | |
| 780 | SymbolId PreprocessFile::getId(std::string_view symbol) const { |
| 781 | return getCompileSourceFile()->getSymbolTable()->getId(symbol); |
no test coverage detected