HomeSort by relevance Sort by last modified time
    Searched defs:mustQuote (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 44 bool ScalarTraits<char_16>::mustQuote(StringRef S) { return needsQuotes(S); }
72 bool ScalarTraits<uuid_t>::mustQuote(StringRef S) { return needsQuotes(S); }
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.cpp 54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /external/llvm/tools/dsymutil/
DebugMap.h 220 static bool mustQuote(StringRef) { return true; }
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 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);
  /external/llvm/include/llvm/Support/
YAMLTraits.h 100 /// static bool mustQuote(StringRef) { return true; }
114 //static bool mustQuote(StringRef);
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;
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 848 static bool mustQuote(StringRef) { return true; }
1051 static bool mustQuote(StringRef) { return false; }
    [all...]

Completed in 156 milliseconds