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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  165     log("<-- {0}", Method);
  166     if (Method == "exit")
  169       elog("Notification {0} before initialization", Method);
  170     else if (Method == "$/cancelRequest")
  172     else if (auto Handler = Notifications.lookup(Method))
  175       log("unhandled notification {0}", Method);