Home
last modified time | relevance | path

Searched defs:getDocumentLinks (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp723 return fileIt->second->getDocumentLinks(uri, documentLinks); in getDocumentLinks() function in lsp::TableGenServer
514 void TableGenTextFile::getDocumentLinks(const lsp::URIForFile &uri, getDocumentLinks() function in TableGenTextFile
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp443 void PDLDocument::getDocumentLinks(const lsp::URIForFile &uri, in getDocumentLinks() function in PDLDocument
1493 void PDLTextFile::getDocumentLinks(const lsp::URIForFile &uri, in getDocumentLinks() function in PDLTextFile
1763 void lsp::PDLLServer::getDocumentLinks( in getDocumentLinks() function in lsp::PDLLServer
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.cpp839 std::vector<DocumentLink> getDocumentLinks(ParsedAST &AST) { getDocumentLinks() function