Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DJSON.h79 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));
/freebsd-12.1/contrib/llvm/lib/Support/
H A DJSON.cpp547 std::string fixUTF8(llvm::StringRef S) { in fixUTF8() function