Home
last modified time | relevance | path

Searched refs:ShowMessage (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DTweak.h76 llvm::Optional<std::string> ShowMessage; member
84 E.ShowMessage = std::string(S); in showMessage()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTesting.cpp104 if ((*Result)->ShowMessage) in apply()
105 return "message:\n" + *Effect.ShowMessage; in apply()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h180 LSPBinder::OutgoingNotification<ShowMessageParams> ShowMessage; variable
H A DClangdLSPServer.cpp746 assert(R->ShowMessage || (!R->ApplyEdits.empty() && "tweak has no effect")); in onCommandApplyTweak()
748 if (R->ShowMessage) { in onCommandApplyTweak()
750 Msg.message = *R->ShowMessage; in onCommandApplyTweak()
752 ShowMessage(Msg); in onCommandApplyTweak()
1627 ShowMessage = Bind.outgoingNotification("window/showMessage"); in bindMethods()