Searched defs:hoverRange (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Tools/mlir-lsp-server/ |
H A D | MLIRServer.cpp | 494 SMRange hoverRange; in findHover() local 552 SMRange hoverRange, const AsmParserState::OperationDefinition &op) { in buildHoverForOperation() 573 lsp::Hover MLIRDocument::buildHoverForOperationResult(SMRange hoverRange, in buildHoverForOperationResult() 609 MLIRDocument::buildHoverForBlock(SMRange hoverRange, in buildHoverForBlock() 641 SMRange hoverRange, BlockArgument arg, in buildHoverForBlockArgument() 657 SMRange hoverRange, const AsmParserState::AttributeAliasDefinition &attr) { in buildHoverForAttributeAlias() 668 SMRange hoverRange, const AsmParserState::TypeAliasDefinition &type) { in buildHoverForTypeAlias()
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 533 const TableGenIndexSymbol *symbol = index.lookup(posLoc, &hoverRange); in findHover() local 553 buildHoverForRecord(const llvm::Record * record,const SMRange & hoverRange) buildHoverForRecord() argument 599 buildHoverForTemplateArg(const llvm::Record * record,const llvm::RecordVal * value,const SMRange & hoverRange) buildHoverForTemplateArg() argument 614 buildHoverForField(const llvm::Record * record,const llvm::RecordVal * value,const SMRange & hoverRange) buildHoverForField() argument [all...] |
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 464 SMRange hoverRange; in findHover() local 478 findHover(const ast::Decl * decl,const SMRange & hoverRange) findHover() argument 503 buildHoverForOpName(const ods::Operation * op,const SMRange & hoverRange) buildHoverForOpName() argument 515 buildHoverForVariable(const ast::VariableDecl * varDecl,const SMRange & hoverRange) buildHoverForVariable() argument 526 buildHoverForPattern(const ast::PatternDecl * decl,const SMRange & hoverRange) buildHoverForPattern() argument 550 buildHoverForCoreConstraint(const ast::CoreConstraintDecl * decl,const SMRange & hoverRange) buildHoverForCoreConstraint() argument 577 buildHoverForUserConstraintOrRewrite(StringRef typeName,const T * decl,const SMRange & hoverRange) buildHoverForUserConstraintOrRewrite() argument [all...] |