LLVM 22.0.0git
llvm::lsp::CompletionParams Struct Reference

#include "llvm/Support/LSP/Protocol.h"

Inheritance diagram for llvm::lsp::CompletionParams:
[legend]

Public Attributes

CompletionContext context
Public Attributes inherited from llvm::lsp::TextDocumentPositionParams
TextDocumentIdentifier textDocument
 The text document.
Position position
 The position inside the text document.

Detailed Description

Definition at line 953 of file Protocol.h.

Member Data Documentation

◆ context

CompletionContext llvm::lsp::CompletionParams::context

Definition at line 954 of file Protocol.h.


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