cppcheck-suppress unusedFunction - used in tests only
| 106 | template<size_t size> |
| 107 | // cppcheck-suppress unusedFunction - used in tests only |
| 108 | bool createTokensFromString(const char (&data)[size]) { |
| 109 | return createTokensFromBuffer(data, size-1); |
| 110 | } |
| 111 | |
| 112 | void createTokens(simplecpp::TokenList&& tokenList); |
| 113 |