Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp572 hoverOS << "**Pattern**"; in buildHoverForPattern()
575 hoverOS << "\n***\n"; in buildHoverForPattern()
580 hoverOS << "RootOp: `" in buildHoverForPattern()
600 hoverOS << "Op"; in buildHoverForCoreConstraint()
606 hoverOS << "TypeRange"; in buildHoverForCoreConstraint()
612 hoverOS << "`\n"; in buildHoverForCoreConstraint()
627 hoverOS << "Parameters:\n"; in buildHoverForUserConstraintOrRewrite()
631 hoverOS << "***\n"; in buildHoverForUserConstraintOrRewrite()
636 hoverOS << "Results:\n"; in buildHoverForUserConstraintOrRewrite()
643 hoverOS << "***\n"; in buildHoverForUserConstraintOrRewrite()
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp75 llvm::raw_string_ostream hoverOS(hover.contents.value); in buildHover() local
76 hoverOS << "`" << llvm::sys::path::filename(uri.file()) << "`\n***\n" in buildHover()