Home
last modified time | relevance | path

Searched defs:mustQuote (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DPdbYaml.cpp54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); } in mustQuote() function
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp44 bool ScalarTraits<char_16>::mustQuote(StringRef S) { return needsQuotes(S); } in mustQuote() function in llvm::yaml::ScalarTraits
72 bool ScalarTraits<uuid_t>::mustQuote(StringRef S) { return needsQuotes(S); } in mustQuote() function in llvm::yaml::ScalarTraits
/external/llvm/unittests/Support/
DYAMLIOTest.cpp848 static bool mustQuote(StringRef) { return true; } in mustQuote() function
1051 static bool mustQuote(StringRef) { return false; } in mustQuote() function
2218 static bool mustQuote(StringRef S) { return false; } in mustQuote() function