This is the complete list of members for mlir::pdll::ast::PatternDecl, including all inherited members.
| Base typedef | mlir::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::PatternDecl | static |
| Decl(TypeID typeID, SMRange loc, const Name *name=nullptr) | mlir::pdll::ast::Decl | inlineprotected |
| getBenefit() const | mlir::pdll::ast::PatternDecl | inline |
| getBody() const | mlir::pdll::ast::PatternDecl | inline |
| getDocComment() const | mlir::pdll::ast::Decl | inline |
| getLoc() const | mlir::pdll::ast::Node | inline |
| getName() const | mlir::pdll::ast::Decl | inline |
| getRootRewriteStmt() const | mlir::pdll::ast::PatternDecl | inline |
| getTypeID() const | mlir::pdll::ast::Node | inline |
| hasBoundedRewriteRecursion() const | mlir::pdll::ast::PatternDecl | inline |
| Node(TypeID typeID, SMRange loc) | mlir::pdll::ast::Node | inlineprotected |
| NodeBase(SMRange loc, Args &&...args) | mlir::pdll::ast::Node::NodeBase< PatternDecl, Decl > | inlineexplicitprotected |
| print(raw_ostream &os) const | mlir::pdll::ast::Node | |
| setDocComment(Context &ctx, StringRef comment) | mlir::pdll::ast::Decl | |
| walk(function_ref< void(const Node *)> walkFn) const | mlir::pdll::ast::Node | |
| walk(WalkFnT &&walkFn) const | mlir::pdll::ast::Node | inline |