MLIR  19.0.0git
Static Public Member Functions | Protected Types | List of all members
mlir::pdll::ast::TypeConstraintDecl Class Reference

The class represents a Type constraint, and constrains a variable to be a Type. More...

#include "mlir/Tools/PDLL/AST/Nodes.h"

+ Inheritance diagram for mlir::pdll::ast::TypeConstraintDecl:

Static Public Member Functions

static TypeConstraintDeclcreate (Context &ctx, SMRange loc)
 
- Static Public Member Functions inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT >
static bool classof (const Node *node)
 Provide type casting support. More...
 

Protected Types

using Base = NodeBase< T, BaseT >
 

Additional Inherited Members

- Public Types inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT >
using Base = NodeBase< T, BaseT >
 
- Protected Member Functions inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT >
template<typename... Args>
 NodeBase (SMRange loc, Args &&...args)
 

Detailed Description

The class represents a Type constraint, and constrains a variable to be a Type.

Definition at line 796 of file Nodes.h.

Member Typedef Documentation

◆ Base

Definition at line 114 of file Nodes.h.

Member Function Documentation

◆ create()

TypeConstraintDecl * TypeConstraintDecl::create ( Context ctx,
SMRange  loc 
)
static

Definition at line 417 of file Nodes.cpp.

References mlir::pdll::ast::Context::getAllocator().


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