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