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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp663 void Output::scalarString(StringRef &S, QuotingType MustQuote) { argument
671 if (MustQuote == QuotingType::None) {
677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\"";
683 if (MustQuote == QuotingType::Double) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h2002 #define LLVM_YAML_DECLARE_SCALAR_TRAITS(Type, MustQuote) \
2008 static QuotingType mustQuote(StringRef) { return MustQuote; } \

Completed in 84 milliseconds