reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MIRYamlMapping.h
   60   static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
   77   static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
include/llvm/ObjectYAML/YAML.h
  108   static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
include/llvm/Support/YAMLTraits.h
 1166   static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
 1173   static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
lib/ObjectYAML/MachOYAML.cpp
   55   return needsQuotes(S);
   80   return needsQuotes(S);
lib/ObjectYAML/MinidumpYAML.cpp
  230   static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
lib/Support/Statistic.cpp
  211     assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None &&
  213     assert(yaml::needsQuotes(Stat->getName()) == yaml::QuotingType::None &&
lib/Support/Timer.cpp
  401   assert(yaml::needsQuotes(Name) == yaml::QuotingType::None &&
  403   assert(yaml::needsQuotes(R.Name) == yaml::QuotingType::None &&