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

Overridden By

tools/clang/tools/extra/clangd/JSONTransport.cpp
   56   void call(llvm::StringRef Method, llvm::json::Value Params,

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  449   Transp.call(Method, std::move(Params), ID);
tools/clang/tools/extra/clangd/unittests/JSONTransportTests.cpp
   63       Target.call("echo call", std::move(Params), 42);