MLIR
20.0.0git
|
This expression represents a literal MLIR Type, and contains the textual assembly format of that type. More...
#include "mlir/Tools/PDLL/AST/Nodes.h"
Public Member Functions | |
StringRef | getValue () const |
Get the raw value of this expression. More... | |
Static Public Member Functions | |
static TypeExpr * | create (Context &ctx, SMRange loc, StringRef value) |
Static Public Member Functions inherited from mlir::pdll::ast::Node::NodeBase< T, BaseT > | |
static bool | classof (const Node *node) |
Provide type casting support. More... | |
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) | |
This expression represents a literal MLIR Type, and contains the textual assembly format of that type.
Definition at line 373 of file Nodes.cpp.
References copyStringWithNull(), and mlir::pdll::ast::Context::getAllocator().
|
inline |