Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp239 struct MLIRDocument { struct
242 MLIRDocument(const MLIRDocument &) = delete;
243 MLIRDocument &operator=(const MLIRDocument &) = delete;
313 MLIRDocument::MLIRDocument(MLIRContext &context, const lsp::URIForFile &uri, in MLIRDocument() function in MLIRDocument
475 Optional<lsp::Hover> MLIRDocument::buildHoverForOperation( in buildHoverForOperation()
544 MLIRDocument::buildHoverForBlock(SMRange hoverRange, in buildHoverForBlock()
575 lsp::Hover MLIRDocument::buildHoverForBlockArgument( in buildHoverForBlockArgument()
595 void MLIRDocument::findDocumentSymbols( in findDocumentSymbols()
601 void MLIRDocument::findDocumentSymbols( in findDocumentSymbols()
810 void MLIRDocument::getCodeActionForDiagnostic( in getCodeActionForDiagnostic()
[all …]