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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  325           ID(std::move(Other.ID)), Method(std::move(Other.Method)),
  341         elog("No reply to message {0}({1})", Method, ID);
  351         elog("Replied twice to message {0}({1})", Method, ID);
  357         log("--> reply:{0}({1}) {2:ms}", Method, ID, Duration);
  361         Server->Transp.reply(std::move(ID), std::move(Reply));
  364         log("--> reply:{0}({1}) {2:ms}, error: {3}", Method, ID, Duration, Err);
  368         Server->Transp.reply(std::move(ID), std::move(Err));