Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h834 ValueConstraintDecl(SMRange loc, Expr *typeExpr) in ValueConstraintDecl() function
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp566 .Case([&](const ast::ValueConstraintDecl *) { hoverOS << "Value"; }) in buildHoverForCoreConstraint() argument