MLIR 22.0.0git
mlir::pdll::ast::TupleExpr Member List

This is the complete list of members for mlir::pdll::ast::TupleExpr, including all inherited members.

Base typedefmlir::pdll::ast::Node::NodeBase< TupleExpr, Expr >
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< TupleExpr, Expr >inlinestatic
create(Context &ctx, SMRange loc, ArrayRef< Expr * > elements, ArrayRef< StringRef > elementNames)mlir::pdll::ast::TupleExprstatic
Expr(TypeID typeID, SMRange loc, Type type)mlir::pdll::ast::Exprinlineprotected
getElements()mlir::pdll::ast::TupleExprinline
getElements() constmlir::pdll::ast::TupleExprinline
getLoc() constmlir::pdll::ast::Nodeinline
getType() constmlir::pdll::ast::TupleExprinline
getTypeID() constmlir::pdll::ast::Nodeinline
llvm::TrailingObjects< TupleExpr, Expr * > classmlir::pdll::ast::TupleExprfriend
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Stmtinline
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< TupleExpr, Expr >inlineexplicitprotected
print(raw_ostream &os) constmlir::pdll::ast::Node
walk(function_ref< void(const Node *)> walkFn) constmlir::pdll::ast::Node
walk(WalkFnT &&walkFn) constmlir::pdll::ast::Nodeinline