| 526 | } |
| 527 | |
| 528 | inline std::string LineAndColumn::toString() const { return std::to_string (line) + ':' + std::to_string (column); } |
| 529 | |
| 530 | //============================================================================== |
| 531 | inline uint32_t convertUnicodeCodepointToUTF8 (char* dest, UnicodeChar unicodeChar) |
no outgoing calls