| 89 | } |
| 90 | |
| 91 | static std::string asExprIdString(const Token* tok) |
| 92 | { |
| 93 | return tok->expressionString() + "@" + std::to_string(tok->exprId()); |
| 94 | } |
| 95 | |
| 96 | template<size_t size> |
| 97 | std::string testExprIdEqual(const char (&code)[size], |
nothing calls this directly
no test coverage detected