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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
   63   CA.command->command = Command::CLANGD_APPLY_TWEAK;
  669   if (Params.command == ExecuteCommandParams::CLANGD_APPLY_FIX_COMMAND &&
  680   } else if (Params.command == ExecuteCommandParams::CLANGD_APPLY_TWEAK &&
  727         llvm::formatv("Unsupported command \"{0}\".", Params.command).str(),
  894     Cmd.command = Command::CLANGD_APPLY_FIX_COMMAND;
tools/clang/tools/extra/clangd/Protocol.cpp
  531   if (!O || !O.map("command", R.command))
  535   if (R.command == ExecuteCommandParams::CLANGD_APPLY_FIX_COMMAND) {
  539   if (R.command == ExecuteCommandParams::CLANGD_APPLY_TWEAK)
  604   auto Cmd = llvm::json::Object{{"title", C.title}, {"command", C.command}};