reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/JSON.cpp
  481     if (!Parse4Hex(Second))
  484     if (LLVM_UNLIKELY(Second < 0xDC00 || Second >= 0xE000)) {
  484     if (LLVM_UNLIKELY(Second < 0xDC00 || Second >= 0xE000)) {
  486       First = Second; // Second escape still needs to be processed.
  490     encodeUtf8(0x10000 | ((First - 0xD800) << 10) | (Second - 0xDC00), Out);