clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::DidCloseTextDocumentParams Struct Reference

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document that was closed.
 

Detailed Description

Definition at line 757 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier clang::clangd::DidCloseTextDocumentParams::textDocument

The document that was closed.

Definition at line 759 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


The documentation for this struct was generated from the following file: