Home
last modified time | relevance | path

Searched refs:CodepointValue (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp822 llvm::UTF32 CodepointValue; in pushEscapedString() local
823 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()