Home
last modified time | relevance | path

Searched defs:hoverRange (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp431 SMRange hoverRange; in findHover() local
476 SMRange hoverRange, const AsmParserState::OperationDefinition &op) { in buildHoverForOperation()
508 lsp::Hover MLIRDocument::buildHoverForOperationResult(SMRange hoverRange, in buildHoverForOperationResult()
544 MLIRDocument::buildHoverForBlock(SMRange hoverRange, in buildHoverForBlock()
576 SMRange hoverRange, BlockArgument arg, in buildHoverForBlockArgument()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp507 SMRange hoverRange; in findHover() local
520 const SMRange &hoverRange) { in findHover()
545 const SMRange &hoverRange) { in buildHoverForOpName()
557 const SMRange &hoverRange) { in buildHoverForVariable()
568 const SMRange &hoverRange) { in buildHoverForPattern()
592 const SMRange &hoverRange) { in buildHoverForCoreConstraint()
619 StringRef typeName, const T *decl, const SMRange &hoverRange) { in buildHoverForUserConstraintOrRewrite()