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

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

Base typedefmlir::pdll::ast::Node::NodeBase< ReturnStmt, Stmt >
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< ReturnStmt, Stmt >inlinestatic
create(Context &ctx, SMRange loc, Expr *resultExpr)mlir::pdll::ast::ReturnStmtstatic
getLoc() constmlir::pdll::ast::Nodeinline
getResultExpr()mlir::pdll::ast::ReturnStmtinline
getResultExpr() constmlir::pdll::ast::ReturnStmtinline
getTypeID() constmlir::pdll::ast::Nodeinline
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Stmtinline
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< ReturnStmt, Stmt >inlineexplicitprotected
print(raw_ostream &os) constmlir::pdll::ast::Node
setResultExpr(Expr *expr)mlir::pdll::ast::ReturnStmtinline
walk(function_ref< void(const Node *)> walkFn) constmlir::pdll::ast::Node
walk(WalkFnT &&walkFn) constmlir::pdll::ast::Nodeinline