Home
last modified time | relevance | path

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

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