HomeSort by: relevance | last modified time | path
    Searched refs:needsQuotes (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
YAML.h 109 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Statistic.cpp 211 assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None &&
213 assert(yaml::needsQuotes(Stat->getName()) == yaml::QuotingType::None &&
Timer.cpp 435 assert(yaml::needsQuotes(Name) == yaml::QuotingType::None &&
437 assert(yaml::needsQuotes(R.Name) == yaml::QuotingType::None &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 60 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
77 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
426 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLTraits.h 652 inline QuotingType needsQuotes(StringRef S) {
1154 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
1161 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 55 return needsQuotes(S);
80 return needsQuotes(S);
MinidumpYAML.cpp 230 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }

Completed in 99 milliseconds