This Decl represents the definition of a PDLL variable.
More...
#include "mlir/Tools/PDLL/AST/Nodes.h"
This Decl represents the definition of a PDLL variable.
Definition at line 1250 of file Nodes.h.
◆ create()
◆ getConstraints() [1/2]
◆ getConstraints() [2/2]
◆ getInitExpr()
Expr* mlir::pdll::ast::VariableDecl::getInitExpr |
( |
| ) |
const |
|
inline |
Return the initializer expression of this statement, or nullptr if there was no initializer.
Definition at line 1268 of file Nodes.h.
◆ getName()
const Name& mlir::pdll::ast::VariableDecl::getName |
( |
| ) |
const |
|
inline |
◆ getType()
Type mlir::pdll::ast::VariableDecl::getType |
( |
| ) |
const |
|
inline |
Return the type of the decl.
Definition at line 1274 of file Nodes.h.
The documentation for this class was generated from the following files: