MLIR
20.0.0git
|
This class represents a generic ODS Attribute constraint. More...
#include "mlir/Tools/PDLL/ODS/Constraint.h"
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 Attribute constraint.
Definition at line 63 of file Constraint.h.
|
inline |
Return the name of the underlying c++ class of this constraint.
Definition at line 66 of file Constraint.h.
Allow access to the constructor.
Definition at line 76 of file Constraint.h.