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

References

include/llvm/Support/JSON.h
  562   if (auto S = E.getAsString()) {
lib/Support/JSON.cpp
   57     return V->getAsString();
  192     return *L.getAsString() == *R.getAsString();
  192     return *L.getAsString() == *R.getAsString();
  613     quote(OS, *V.getAsString());
tools/clang/tools/extra/clangd/Protocol.cpp
   54   if (auto S = E.getAsString()) {
  160   if (auto S = E.getAsString()) {
  722   auto Str = V.getAsString();
 1045   auto Str = V.getAsString();
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
   34   if (auto s = value.getAsString())
  111       strs.push_back(value.getAsString()->str());
tools/polly/lib/Exchange/JSONExporter.cpp
  577     if (RawStringOstream.str() != SizesArray[i].getAsString().getValue())
  655         Array.get("type")->getAsString().getValue(), S.getSE()->getContext());
  663       auto Size = std::stoi(SizesArray[i].getAsString().getValue());