MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
CompletionTriggerKind | triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered. More... | |
std::string | triggerCharacter |
The trigger character (a single character) that has trigger code complete. More... | |
Definition at line 926 of file Protocol.h.
std::string mlir::lsp::CompletionContext::triggerCharacter |
The trigger character (a single character) that has trigger code complete.
Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter
Definition at line 932 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
CompletionTriggerKind mlir::lsp::CompletionContext::triggerKind = CompletionTriggerKind::Invoked |
How the completion was triggered.
Definition at line 928 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().