Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp375 void getInlayHintsFor(const ast::VariableDecl *decl,
378 void getInlayHintsFor(const ast::CallExpr *expr, const lsp::URIForFile &uri,
380 void getInlayHintsFor(const ast::OperationExpr *expr,
1237 this->getInlayHintsFor(node, uri, inlayHints); in getInlayHints()
1242 void PDLDocument::getInlayHintsFor(const ast::VariableDecl *decl, in getInlayHintsFor() function in PDLDocument
1269 void PDLDocument::getInlayHintsFor(const ast::CallExpr *expr, in getInlayHintsFor() function in PDLDocument
1286 void PDLDocument::getInlayHintsFor(const ast::OperationExpr *expr, in getInlayHintsFor() function in PDLDocument