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

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.
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 Type constraint.

Definition at line 84 of file Constraint.h.

Member Function Documentation

◆ getCppClass()

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

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

Definition at line 87 of file Constraint.h.

◆ Context

friend class Context
friend

Allow access to the constructor.

Definition at line 97 of file Constraint.h.

References Context.

Referenced by Context.


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