Searched refs:mustQuote (Results 1 – 10 of 10) sorted by relevance
232 SameType<Signature_mustQuote, &U::mustQuote> *);663 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));667 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));773 static bool mustQuote(StringRef) { return false; }780 static bool mustQuote(StringRef S) { return needsQuotes(S); }787 static bool mustQuote(StringRef S) { return needsQuotes(S); }794 static bool mustQuote(StringRef) { return false; }801 static bool mustQuote(StringRef) { return false; }808 static bool mustQuote(StringRef) { return false; }815 static bool mustQuote(StringRef) { return false; }[all …]
260 SameType<Signature_mustQuote, &U::mustQuote> *);750 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));754 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));860 static bool mustQuote(StringRef) { return false; }867 static bool mustQuote(StringRef S) { return needsQuotes(S); }874 static bool mustQuote(StringRef S) { return needsQuotes(S); }881 static bool mustQuote(StringRef) { return false; }888 static bool mustQuote(StringRef) { return false; }895 static bool mustQuote(StringRef) { return false; }902 static bool mustQuote(StringRef) { return false; }[all …]
53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }113 static bool mustQuote(StringRef Scalar) {114 return ScalarTraits<unsigned>::mustQuote(Scalar);
99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
252 static bool mustQuote(StringRef S); in LLVM_YAML_IS_SEQUENCE_VECTOR()263 static bool mustQuote(StringRef S); in LLVM_YAML_IS_SEQUENCE_VECTOR()
220 static bool mustQuote(StringRef) { return true; } in LLVM_YAML_IS_SEQUENCE_VECTOR()
54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); } in mustQuote() function
44 bool ScalarTraits<char_16>::mustQuote(StringRef S) { return needsQuotes(S); } in mustQuote() function in llvm::yaml::ScalarTraits72 bool ScalarTraits<uuid_t>::mustQuote(StringRef S) { return needsQuotes(S); } in mustQuote() function in llvm::yaml::ScalarTraits
848 static bool mustQuote(StringRef) { return true; } in mustQuote() function1051 static bool mustQuote(StringRef) { return false; } in mustQuote() function2218 static bool mustQuote(StringRef S) { return false; } in mustQuote() function
469 static bool mustQuote(StringRef) { return true; }