10 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_XPC_XPCJSONCONVERSIONS_H 11 #define LLVM_CLANG_TOOLS_EXTRA_CLANGD_XPC_XPCJSONCONVERSIONS_H 13 #include "llvm/Support/JSON.h" 19 xpc_object_t
jsonToXpc(
const llvm::json::Value &JSON);
20 llvm::json::Value
xpcToJson(
const xpc_object_t &XPCObject);
json::Value xpcToJson(const xpc_object_t &XPCObject)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
xpc_object_t jsonToXpc(const json::Value &JSON)