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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
   47   CA.title = T.Title;
   50     CA.kind = CodeAction::REFACTOR_KIND;
   53     CA.kind = CodeAction::INFO_KIND;
   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;
   68   return CA;