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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  474   else if (Params.rootPath && !Params.rootPath->empty())
  474   else if (Params.rootPath && !Params.rootPath->empty())
  475     ClangdServerOpts.WorkspaceRoot = *Params.rootPath;
tools/clang/tools/extra/clangd/Protocol.cpp
  366   O.map("rootPath", R.rootPath);