This is the complete list of members for mlir::pdll::ast::OperationExpr, including all inherited members.
| Base typedef | mlir::pdll::ast::Node::NodeBase< OperationExpr, Expr > | |
| classof(const Node *node) | mlir::pdll::ast::Node::NodeBase< OperationExpr, Expr > | inlinestatic |
| create(Context &ctx, SMRange loc, const ods::Operation *odsOp, const OpNameDecl *nameDecl, ArrayRef< Expr * > operands, ArrayRef< Expr * > resultTypes, ArrayRef< NamedAttributeDecl * > attributes) | mlir::pdll::ast::OperationExpr | static |
| Expr(TypeID typeID, SMRange loc, Type type) | mlir::pdll::ast::Expr | inlineprotected |
| getAttributes() | mlir::pdll::ast::OperationExpr | inline |
| getAttributes() const | mlir::pdll::ast::OperationExpr | inline |
| getLoc() const | mlir::pdll::ast::Node | inline |
| getName() const | mlir::pdll::ast::OperationExpr | |
| getNameDecl() const | mlir::pdll::ast::OperationExpr | inline |
| getNameLoc() const | mlir::pdll::ast::OperationExpr | inline |
| getOperands() | mlir::pdll::ast::OperationExpr | inline |
| getOperands() const | mlir::pdll::ast::OperationExpr | inline |
| getResultTypes() | mlir::pdll::ast::OperationExpr | inline |
| getResultTypes() const | mlir::pdll::ast::OperationExpr | inline |
| getType() const | mlir::pdll::ast::Expr | inline |
| getTypeID() const | mlir::pdll::ast::Node | inline |
| Node(TypeID typeID, SMRange loc) | mlir::pdll::ast::Stmt | inline |
| NodeBase(SMRange loc, Args &&...args) | mlir::pdll::ast::Node::NodeBase< OperationExpr, Expr > | inlineexplicitprotected |
| print(raw_ostream &os) const | mlir::pdll::ast::Node | |
| walk(function_ref< void(const Node *)> walkFn) const | mlir::pdll::ast::Node | |
| walk(WalkFnT &&walkFn) const | mlir::pdll::ast::Node | inline |