Searched refs:fixUTF8 (Results 1 – 3 of 3) sorted by relevance
89 LLVM_ABI std::string fixUTF8(llvm::StringRef S);319 V = fixUTF8(std::move(V)); in Value()331 *this = Value(fixUTF8(V)); in Value()592 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()599 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
274 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()709 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function893 quote(OS, fixUTF8(Key)); in attributeBegin()
33 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()