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

References

tools/clang/tools/extra/clangd/Protocol.cpp
  604   auto Cmd = llvm::json::Object{{"title", C.title}, {"command", C.command}};
  604   auto Cmd = llvm::json::Object{{"title", C.title}, {"command", C.command}};
  605   if (C.workspaceEdit)
  606     Cmd["arguments"] = {*C.workspaceEdit};
  607   if (C.tweakArgs)
  608     Cmd["arguments"] = {*C.tweakArgs};