Erases all the entries from the copy of the symbol table inside the parse context `context`. */
| 6167 | /** Erases all the entries from the copy of the symbol table inside |
| 6168 | the parse context `context`. */ |
| 6169 | void clear_for_next_parse() { this->parser_.initial_elements_.clear(); } |
| 6170 | |
| 6171 | /** Inserts an entry consisting of a UTF-8 string `str` to match, and |
| 6172 | an associated attribute `x`, to `*this`. The entry is added for |