Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp338 lsp::Hover buildHoverForVariable(const ast::VariableDecl *varDecl,
523 return buildHoverForVariable(varDecl, hoverRange); in findHover()
556 lsp::Hover PDLDocument::buildHoverForVariable(const ast::VariableDecl *varDecl, in buildHoverForVariable() function in PDLDocument