clang-tools  11.0.0
Public Member Functions | List of all members
clang::clangd::LSPClient::CallResult Class Reference

#include <LSPClient.h>

Public Member Functions

 ~CallResult ()
 
llvm::Expected< llvm::json::Value > take ()
 
llvm::json::Value takeValue ()
 

Detailed Description

Definition at line 29 of file LSPClient.h.

Constructor & Destructor Documentation

◆ ~CallResult()

clang::clangd::LSPClient::CallResult::~CallResult ( )

Member Function Documentation

◆ take()

llvm::Expected< llvm::json::Value > clang::clangd::LSPClient::CallResult::take ( )

Definition at line 16 of file LSPClient.cpp.

◆ takeValue()

llvm::json::Value clang::clangd::LSPClient::CallResult::takeValue ( )

Definition at line 28 of file LSPClient.cpp.

Referenced by clang::clangd::LSPClient::sync().


The documentation for this class was generated from the following files: