Searched refs:mustQuote (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DYAML.h90 static bool mustQuote(StringRef S) { return needsQuotes(S); } function in struct:llvm::yaml::ScalarTraits
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h102 /// static bool mustQuote(StringRef) { return true; }
116 //static bool mustQuote(StringRef);
212 SameType<Signature_mustQuote, &U::mustQuote> *);
630 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
634 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
711 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
718 static bool mustQuote(StringRef S) { return needsQuotes(S); } function in struct:llvm::yaml::ScalarTraits
725 static bool mustQuote(StringRef S) { return needsQuotes(S); } function in struct:llvm::yaml::ScalarTraits
732 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
739 static bool mustQuote(StringRe function in struct:llvm::yaml::ScalarTraits
746 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
753 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
760 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
767 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
774 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
781 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
788 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
795 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
1117 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
1124 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
1131 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
1138 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits
[all...]
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp743 static bool mustQuote(StringRef) { return true; } function in struct:llvm::yaml::ScalarTraits
806 static bool mustQuote(StringRef) { return false; } function in struct:llvm::yaml::ScalarTraits

Completed in 246 milliseconds