Searched refs:CodepointValue (Results 1 – 1 of 1) sorted by relevance
822 llvm::UTF32 CodepointValue; in pushEscapedString() local823 llvm::UTF32 *CpPtr = &CodepointValue; in pushEscapedString()835 if (llvm::sys::unicode::isPrintable(CodepointValue) || in pushEscapedString()836 llvm::sys::unicode::isFormatting(CodepointValue)) { in pushEscapedString()841 OutStream << "<U+" << llvm::format_hex_no_prefix(CodepointValue, 4, true) in pushEscapedString()