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

References

include/llvm/Support/JSON.h
  612       if (!fromJSON((*A)[I], Out[I]))
tools/clang/tools/extra/clangd/Protocol.cpp
  190       if (fromJSON((*A)[I], KindOut))
  798       if (fromJSON((*A)[I], KindOut))
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  432           (*mapping)[0].kind() != llvm::json::Value::String ||
  433           (*mapping)[1].kind() != llvm::json::Value::String) {
  437       auto mapFrom = GetAsString((*mapping)[0]);
  438       auto mapTo = GetAsString((*mapping)[1]);
tools/polly/lib/Exchange/JSONExporter.cpp
  284     if (!statements[Index].getAsObject()->get("schedule")) {
  289         statements[Index].getAsObject()->getString("schedule");
  365     const json::Object *Statement = statements[StatementIdx].getAsObject();
  389           JsonAccesses[MemoryAccessIdx].getAsObject();
  577     if (RawStringOstream.str() != SizesArray[i].getAsString().getValue())
  645     if (!areArraysEqual(SAI, *Arrays[ArrayIdx].getAsObject())) {
  653     const json::Object &Array = *Arrays[ArrayIdx].getAsObject();
  663       auto Size = std::stoi(SizesArray[i].getAsString().getValue());