Home
last modified time | relevance | path

Searched refs:documentLinks (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.h74 std::vector<DocumentLink> &documentLinks);
H A DTableGenServer.cpp509 const URIForFile &uri, std::vector<DocumentLink> &documentLinks) { in getDocumentLinks() argument
512 return fileIt->second->getDocumentLinks(uri, documentLinks); in getDocumentLinks()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h82 std::vector<DocumentLink> &documentLinks);
H A DPDLLServer.cpp1809 const URIForFile &uri, std::vector<DocumentLink> &documentLinks) { in getDocumentLinks() argument
1812 return fileIt->second->getDocumentLinks(uri, documentLinks); in getDocumentLinks()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h358 void documentLinks(PathRef File, Callback<std::vector<DocumentLink>> CB);
H A DClangdServer.cpp929 void ClangdServer::documentLinks(PathRef File, in documentLinks() function in clang::clangd::ClangdServer
H A DClangdLSPServer.cpp1458 Server->documentLinks( in onDocumentLink()