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

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

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

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

Static Public Member Functions

static TypeRangeConstraintDeclcreate (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 TypeRange constraint, and constrains a variable to be a TypeRange.

Definition at line 810 of file Nodes.h.

Member Typedef Documentation

◆ Base

Definition at line 114 of file Nodes.h.

Member Function Documentation

◆ create()

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

Definition at line 426 of file Nodes.cpp.

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


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