Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp694 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString() argument
702 if (MustQuote == QuotingType::None) { in scalarString()
708 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString()
714 if (MustQuote == QuotingType::Double) { in scalarString()