MLIR
20.0.0git
|
This is the complete list of members for mlir::pdll::ast::CallableDecl, including all inherited members.
classof(const Node *decl) | mlir::pdll::ast::CallableDecl | inlinestatic |
Decl(TypeID typeID, SMRange loc, const Name *name=nullptr) | mlir::pdll::ast::Decl | inlineprotected |
getCallableType() const | mlir::pdll::ast::CallableDecl | inline |
getCodeBlock() const | mlir::pdll::ast::CallableDecl | inline |
getDocComment() const | mlir::pdll::ast::Decl | inline |
getInputs() const | mlir::pdll::ast::CallableDecl | inline |
getLoc() const | mlir::pdll::ast::Node | inline |
getName() const | mlir::pdll::ast::Decl | inline |
getResults() const | mlir::pdll::ast::CallableDecl | inline |
getResultType() const | mlir::pdll::ast::CallableDecl | inline |
getTypeID() const | mlir::pdll::ast::Node | inline |
Node(TypeID typeID, SMRange loc) | mlir::pdll::ast::Node | inlineprotected |
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 |