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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  750   Server->prepareRename(Params.textDocument.uri.file(), Params.position,
  955   Server->codeComplete(Params.textDocument.uri.file(), Params.position, CCOpts,
  974   Server->signatureHelp(Params.textDocument.uri.file(), Params.position,
 1002   if (Sym.Definition->uri.file() == Point.textDocument.uri.file() &&
 1005   if (Sym.PreferredDeclaration.uri.file() == Point.textDocument.uri.file() &&
 1014       Params.textDocument.uri.file(), Params.position,
 1033       Params.textDocument.uri.file(), Params.position,
 1066   Server->findDocumentHighlights(Params.textDocument.uri.file(),
 1072   Server->findHover(Params.textDocument.uri.file(), Params.position,
 1098   Server->typeHierarchy(Params.textDocument.uri.file(), Params.position,
 1154   Server->findReferences(Params.textDocument.uri.file(), Params.position,
 1160   Server->symbolInfo(Params.textDocument.uri.file(), Params.position,
 1273   auto Code = DraftMgr.getDraft(Params.textDocument.uri.file());
 1287          Params.position, Params.textDocument.uri.file());
tools/clang/tools/extra/clangd/Protocol.cpp
  684   return O && O.map("textDocument", R.textDocument) &&
  968   return O && O.map("textDocument", R.textDocument) &&