|
MLIR 22.0.0git
|
This class represents a reference to a constraint, and contains a constraint and the location of the reference. More...
#include "mlir/Tools/PDLL/AST/Nodes.h"
Public Member Functions | |
| ConstraintRef (const ConstraintDecl *constraint, SMRange refLoc) | |
| ConstraintRef (const ConstraintDecl *constraint) | |
Public Attributes | |
| const ConstraintDecl * | constraint |
| SMRange | referenceLoc |
This class represents a reference to a constraint, and contains a constraint and the location of the reference.
|
inline |
Definition at line 717 of file Nodes.h.
References constraint, and referenceLoc.
Referenced by ConstraintRef().
|
inlineexplicit |
Definition at line 719 of file Nodes.h.
References constraint, and ConstraintRef().
| const ConstraintDecl* mlir::pdll::ast::ConstraintRef::constraint |
Definition at line 722 of file Nodes.h.
Referenced by ConstraintRef(), and ConstraintRef().
| SMRange mlir::pdll::ast::ConstraintRef::referenceLoc |
Definition at line 723 of file Nodes.h.
Referenced by ConstraintRef().