|
MLIR
22.0.0git
|
This is the complete list of members for mlir::pdll::ast::CallExpr, including all inherited members.
| Base typedef | mlir::pdll::ast::Node::NodeBase< T, BaseT > | |
| classof(const Node *node) | mlir::pdll::ast::Node::NodeBase< T, BaseT > | inlinestatic |
| create(Context &ctx, SMRange loc, Expr *callable, ArrayRef< Expr * > arguments, Type resultType, bool isNegated=false) | mlir::pdll::ast::CallExpr | static |
| getArguments() | mlir::pdll::ast::CallExpr | inline |
| getArguments() const | mlir::pdll::ast::CallExpr | inline |
| getCallableExpr() const | mlir::pdll::ast::CallExpr | inline |
| getIsNegated() const | mlir::pdll::ast::CallExpr | inline |
| NodeBase(SMRange loc, Args &&...args) | mlir::pdll::ast::Node::NodeBase< T, BaseT > | inlineexplicitprotected |