MLIR 22.0.0git
mlir::pdll::ods::AttributeConstraint Class Reference

This class represents a generic ODS Attribute constraint. More...

#include "mlir/Tools/PDLL/ODS/Constraint.h"

Inheritance diagram for mlir::pdll::ods::AttributeConstraint:

Public Member Functions

StringRef getCppClass () const
 Return the name of the underlying c++ class of this constraint.
Public Member Functions inherited from mlir::pdll::ods::Constraint
StringRef getName () const
 Return the unique name of this constraint.
StringRef getDemangledName () const
 Return the demangled name of this constraint.
StringRef getSummary () const
 Return the summary of this constraint.

Friends

class Context
 Allow access to the constructor.

Additional Inherited Members

Protected Member Functions inherited from mlir::pdll::ods::Constraint
 Constraint (StringRef name, StringRef summary)
 Constraint (const Constraint &)=delete

Detailed Description

This class represents a generic ODS Attribute constraint.

Definition at line 63 of file Constraint.h.

Member Function Documentation

◆ getCppClass()

StringRef mlir::pdll::ods::AttributeConstraint::getCppClass ( ) const
inline

Return the name of the underlying c++ class of this constraint.

Definition at line 66 of file Constraint.h.

◆ Context

friend class Context
friend

Allow access to the constructor.

Definition at line 76 of file Constraint.h.

References Context.

Referenced by Context.


The documentation for this class was generated from the following file: