#include "Function.h"
#include "Logger.h"
#include "Protocol.h"
#include <llvm/ADT/FunctionExtras.h>
#include <llvm/ADT/StringMap.h>
#include <llvm/Support/JSON.h>
Go to the source code of this file.
|
namespace | lspserver |
| Whether current platform treats paths case insensitively.
|
|
|
template<typename T > |
llvm::Expected< T > | lspserver::parseParam (const llvm::json::Value &Raw, llvm::StringRef PayloadName, llvm::StringRef PayloadKind) |
|
template<> |
llvm::Expected< llvm::json::Value > | lspserver::parseParam (const llvm::json::Value &Raw, llvm::StringRef PayloadName, llvm::StringRef PayloadKind) |
|