clang-tools  7.0.0
Public Attributes | List of all members
clang::clangd::DidOpenTextDocumentParams Struct Reference

#include <Protocol.h>

Collaboration diagram for clang::clangd::DidOpenTextDocumentParams:
[legend]

Public Attributes

TextDocumentItem textDocument
 The document that was opened. More...
 
llvm::Optional< Metadatametadata
 Extension storing per-file metadata, such as compilation flags. More...
 

Detailed Description

Definition at line 368 of file Protocol.h.

Member Data Documentation

◆ metadata

llvm::Optional<Metadata> clang::clangd::DidOpenTextDocumentParams::metadata

Extension storing per-file metadata, such as compilation flags.

Definition at line 373 of file Protocol.h.

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

◆ textDocument

TextDocumentItem clang::clangd::DidOpenTextDocumentParams::textDocument

The document that was opened.

Definition at line 370 of file Protocol.h.

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


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