Searched refs:fixUTF8 (Results 1 – 2 of 2) sorted by relevance
79 std::string fixUTF8(llvm::StringRef S);308 V = fixUTF8(std::move(V)); in Value()320 *this = Value(fixUTF8(V)); in Value()501 *Owned = fixUTF8(std::move(*Owned));508 *this = ObjectKey(fixUTF8(S));
547 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function