| 1729 | } |
| 1730 | |
| 1731 | std::string Token::astStringVerbose() const |
| 1732 | { |
| 1733 | std::string ret; |
| 1734 | astStringVerboseRecursive(ret); |
| 1735 | return ret; |
| 1736 | } |
| 1737 | |
| 1738 | // cppcheck-suppress unusedFunction // used in test |
| 1739 | std::string Token::astStringZ3() const |