clang-tools 23.0.0git
clang::clangd::DidOpenTextDocumentParams Struct Reference

#include <Protocol.h>

Public Attributes

TextDocumentItem textDocument
 The document that was opened.

Detailed Description

Definition at line 771 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentItem clang::clangd::DidOpenTextDocumentParams::textDocument

The document that was opened.

Definition at line 773 of file Protocol.h.

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


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