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

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

Base typedefmlir::pdll::ast::Node::NodeBase< PatternDecl, Decl >
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< PatternDecl, Decl >inlinestatic
create(Context &ctx, SMRange location, const Name *name, std::optional< uint16_t > benefit, bool hasBoundedRecursion, const CompoundStmt *body)mlir::pdll::ast::PatternDeclstatic
Decl(TypeID typeID, SMRange loc, const Name *name=nullptr)mlir::pdll::ast::Declinlineprotected
getBenefit() constmlir::pdll::ast::PatternDeclinline
getBody() constmlir::pdll::ast::PatternDeclinline
getDocComment() constmlir::pdll::ast::Declinline
getLoc() constmlir::pdll::ast::Nodeinline
getName() constmlir::pdll::ast::Declinline
getRootRewriteStmt() constmlir::pdll::ast::PatternDeclinline
getTypeID() constmlir::pdll::ast::Nodeinline
hasBoundedRewriteRecursion() constmlir::pdll::ast::PatternDeclinline
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Nodeinlineprotected
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< PatternDecl, Decl >inlineexplicitprotected
print(raw_ostream &os) constmlir::pdll::ast::Node
setDocComment(Context &ctx, StringRef comment)mlir::pdll::ast::Decl
walk(function_ref< void(const Node *)> walkFn) constmlir::pdll::ast::Node
walk(WalkFnT &&walkFn) constmlir::pdll::ast::Nodeinline