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

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

Base typedefmlir::pdll::ast::Node::NodeBase< CompoundStmt, Stmt >
begin() constmlir::pdll::ast::CompoundStmtinline
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< CompoundStmt, Stmt >inlinestatic
create(Context &ctx, SMRange location, ArrayRef< Stmt * > children)mlir::pdll::ast::CompoundStmtstatic
end() constmlir::pdll::ast::CompoundStmtinline
getChildren()mlir::pdll::ast::CompoundStmtinline
getChildren() constmlir::pdll::ast::CompoundStmtinline
getLoc() constmlir::pdll::ast::Nodeinline
getTypeID() constmlir::pdll::ast::Nodeinline
llvm::TrailingObjects< CompoundStmt, Stmt * > classmlir::pdll::ast::CompoundStmtfriend
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Stmtinline
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< CompoundStmt, Stmt >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