reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
   61   CA.command.emplace();
   62   CA.command->title = T.Title;
   63   CA.command->command = Command::CLANGD_APPLY_TWEAK;
   64   CA.command->tweakArgs.emplace();
   65   CA.command->tweakArgs->file = File;
   66   CA.command->tweakArgs->tweakID = T.ID;
   67   CA.command->tweakArgs->selection = Selection;
  889   if (Action.command && Action.edit)
  891   if (Action.command) {
  892     Cmd = *Action.command;
tools/clang/tools/extra/clangd/Protocol.cpp
  624   if (CA.command)
  625     CodeAction["command"] = *CA.command;