| 6221 | of the symbol table inside the parse context `context`. */ |
| 6222 | template<typename Context> |
| 6223 | void erase(Context const & context, std::string_view str) const |
| 6224 | { |
| 6225 | this->parser_.erase(context, str); |
| 6226 | } |
| 6227 | |
| 6228 | /** Erases all the entries from the copy of the symbol table inside |
| 6229 | the parse context `context`. */ |
no outgoing calls
no test coverage detected