Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp340 lsp::Hover buildHoverForPattern(const ast::PatternDecl *decl,
527 return buildHoverForPattern(patternDecl, hoverRange); in findHover()
567 lsp::Hover PDLDocument::buildHoverForPattern(const ast::PatternDecl *decl, in buildHoverForPattern() function in PDLDocument