Searched defs:getDocumentLinks (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ | ||
H A D | TableGenServer.cpp | 723 return fileIt->second->getDocumentLinks(uri, documentLinks); in getDocumentLinks() function in lsp::TableGenServer |
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ | ||
H A D | PDLLServer.cpp | 443 void PDLDocument::getDocumentLinks(const lsp::URIForFile &uri, in getDocumentLinks() function in PDLDocument |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | XRefs.cpp | 839 std::vector<DocumentLink> getDocumentLinks(ParsedAST &AST) { getDocumentLinks() function |