Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp122 static Optional<std::string> getDocumentationFor(llvm::SourceMgr &sourceMgr, in getDocumentationFor() function
584 if (Optional<std::string> doc = getDocumentationFor(sourceMgr, decl)) in buildHoverForPattern()
651 if (Optional<std::string> doc = getDocumentationFor(sourceMgr, decl)) in buildHoverForUserConstraintOrRewrite()
888 if (Optional<std::string> doc = getDocumentationFor(sourceMgr, cst)) { in codeCompleteConstraintName()
1079 if (Optional<std::string> doc = getDocumentationFor(sourceMgr, callable)) in codeCompleteCallSignature()