clang-tools 18.0.0git
|
#include <ClangdServer.h>
Public Attributes | |
std::string | File |
Range | Selection |
std::vector< std::string > | RequestedActionKinds |
Requested kind of actions to return. | |
std::vector< DiagRef > | Diagnostics |
Diagnostics attached to the code action request. | |
std::function< bool(const Tweak &)> | TweakFilter |
Tweaks where Filter returns false will not be checked or included. | |
Definition at line 362 of file ClangdServer.h.
std::vector<DiagRef> clang::clangd::ClangdServer::CodeActionInputs::Diagnostics |
Diagnostics attached to the code action request.
Definition at line 370 of file ClangdServer.h.
Referenced by clang::clangd::ClangdServer::codeAction().
std::string clang::clangd::ClangdServer::CodeActionInputs::File |
Definition at line 363 of file ClangdServer.h.
std::vector<std::string> clang::clangd::ClangdServer::CodeActionInputs::RequestedActionKinds |
Requested kind of actions to return.
Definition at line 367 of file ClangdServer.h.
Referenced by clang::clangd::ClangdServer::codeAction().
Range clang::clangd::ClangdServer::CodeActionInputs::Selection |
Definition at line 364 of file ClangdServer.h.
Referenced by clang::clangd::ClangdServer::codeAction().
std::function<bool(const Tweak &)> clang::clangd::ClangdServer::CodeActionInputs::TweakFilter |
Tweaks where Filter returns false will not be checked or included.
Definition at line 373 of file ClangdServer.h.
Referenced by clang::clangd::ClangdServer::codeAction().