Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h81 std::string fixUTF8(llvm::StringRef S);
320 V = fixUTF8(std::move(V)); in Value()
332 *this = Value(fixUTF8(V)); in Value()
501 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
508 *this = ObjectKey(fixUTF8(S)); in ObjectKey()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp267 std::string Truncated = fixUTF8(S.take_front(37)); in abbreviate()
692 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function
874 quote(OS, fixUTF8(Key)); in attributeBegin()