#include <Tweak.h>
|
llvm::Optional< std::string > | ShowMessage |
| A message to be displayed to the user. More...
|
|
llvm::Optional< tooling::Replacements > | ApplyEdit |
| An edit to apply to the input file. More...
|
|
Definition at line 67 of file Tweak.h.
◆ applyEdit()
static Effect clang::clangd::Tweak::Effect::applyEdit |
( |
tooling::Replacements |
R | ) |
|
|
inlinestatic |
◆ showMessage()
static Effect clang::clangd::Tweak::Effect::showMessage |
( |
StringRef |
S | ) |
|
|
inlinestatic |
◆ ApplyEdit
llvm::Optional<tooling::Replacements> clang::clangd::Tweak::Effect::ApplyEdit |
An edit to apply to the input file.
Definition at line 71 of file Tweak.h.
◆ ShowMessage
llvm::Optional<std::string> clang::clangd::Tweak::Effect::ShowMessage |
The documentation for this struct was generated from the following file: