clang-tools 22.0.0git
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 34 of file LSPClient.h.

Constructor & Destructor Documentation

◆ ~CallResult()

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

Definition at line 72 of file LSPClient.cpp.

Member Function Documentation

◆ take()

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

Definition at line 39 of file LSPClient.cpp.

References clang::clangd::timeoutSeconds(), and clang::clangd::wait().

Referenced by takeValue().

◆ takeValue()

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

Definition at line 52 of file LSPClient.cpp.

References take().

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


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