| 180 | } |
| 181 | |
| 182 | inline static std::string getStringLiteral(const std::string &str) |
| 183 | { |
| 184 | if (isStringLiteral(str)) |
| 185 | return getStringCharLiteral(str, '"'); |
| 186 | return ""; |
| 187 | } |
| 188 | |
| 189 | inline static std::string getCharLiteral(const std::string &str) |
| 190 | { |
no test coverage detected