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

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

Base typedefmlir::pdll::ast::Node::NodeBase< UserConstraintDecl, ConstraintDecl >
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< UserConstraintDecl, ConstraintDecl >inlinestatic
ConstraintDecl(TypeID typeID, SMRange loc, const Name *name=nullptr)mlir::pdll::ast::ConstraintDeclinlineprotected
createNative(Context &ctx, const Name &name, ArrayRef< VariableDecl * > inputs, ArrayRef< VariableDecl * > results, std::optional< StringRef > codeBlock, Type resultType, ArrayRef< StringRef > nativeInputTypes={})mlir::pdll::ast::UserConstraintDeclinlinestatic
createPDLL(Context &ctx, const Name &name, ArrayRef< VariableDecl * > inputs, ArrayRef< VariableDecl * > results, const CompoundStmt *body, Type resultType)mlir::pdll::ast::UserConstraintDeclinlinestatic
Decl(TypeID typeID, SMRange loc, const Name *name=nullptr)mlir::pdll::ast::Declinlineprotected
getBody() constmlir::pdll::ast::UserConstraintDeclinline
getCodeBlock() constmlir::pdll::ast::UserConstraintDeclinline
getDocComment() constmlir::pdll::ast::Declinline
getInputs()mlir::pdll::ast::UserConstraintDeclinline
getInputs() constmlir::pdll::ast::UserConstraintDeclinline
getLoc() constmlir::pdll::ast::Nodeinline
getName() constmlir::pdll::ast::UserConstraintDeclinline
getNativeInputType(unsigned index) constmlir::pdll::ast::UserConstraintDecl
getResults()mlir::pdll::ast::UserConstraintDeclinline
getResults() constmlir::pdll::ast::UserConstraintDeclinline
getResultType() constmlir::pdll::ast::UserConstraintDeclinline
getTypeID() constmlir::pdll::ast::Nodeinline
isExternal() constmlir::pdll::ast::UserConstraintDeclinline
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Nodeinlineprotected
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< UserConstraintDecl, ConstraintDecl >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