Lines Matching refs:hover
477 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForOperation() local
478 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForOperation()
505 return hover; in buildHoverForOperation()
513 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForOperationResult() local
514 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForOperationResult()
540 return hover; in buildHoverForOperationResult()
546 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForBlock() local
547 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForBlock()
572 return hover; in buildHoverForBlock()
578 lsp::Hover hover(lsp::Range(sourceMgr, hoverRange)); in buildHoverForBlockArgument() local
579 llvm::raw_string_ostream os(hover.contents.value); in buildHoverForBlockArgument()
588 return hover; in buildHoverForBlockArgument()