MLIR
20.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 |
|
inlineexplicit |
const ConstraintDecl* mlir::pdll::ast::ConstraintRef::constraint |