Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h716 struct ConstraintRef { struct
717 ConstraintRef(const ConstraintDecl *constraint, SMRange refLoc) in ConstraintRef() function
719 explicit ConstraintRef(const ConstraintDecl *constraint) in ConstraintRef() argument
722 const ConstraintDecl *constraint;
723 SMRange referenceLoc;