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

References

include/llvm/Support/JSON.h
  602   if (!fromJSON(E, Result))
  623       if (!fromJSON(KV.second, Out[llvm::StringRef(KV.first)]))
  659       return fromJSON(*E, Out);
tools/clang/tools/extra/clangd/Protocol.cpp
  352     if (!fromJSON(*OffsetEncoding, *R.offsetEncoding))