|
MLIR
22.0.0git
|
This class represents a generic ODS Type constraint. More...
#include "mlir/Tools/PDLL/ODS/Constraint.h"
Inheritance diagram for mlir::pdll::ods::TypeConstraint:Public Member Functions | |
| StringRef | getCppClass () const |
| Return the name of the underlying c++ class of this constraint. More... | |
Public Member Functions inherited from mlir::pdll::ods::Constraint | |
| StringRef | getName () const |
| Return the unique name of this constraint. More... | |
| StringRef | getDemangledName () const |
| Return the demangled name of this constraint. More... | |
| StringRef | getSummary () const |
| Return the summary of this constraint. More... | |
Friends | |
| class | Context |
| Allow access to the constructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::pdll::ods::Constraint | |
| Constraint (StringRef name, StringRef summary) | |
| Constraint (const Constraint &)=delete | |
This class represents a generic ODS Type constraint.
Definition at line 84 of file Constraint.h.
|
inline |
Return the name of the underlying c++ class of this constraint.
Definition at line 87 of file Constraint.h.
Allow access to the constructor.
Definition at line 97 of file Constraint.h.