#include "mlir/TableGen/Interfaces.h"
Definition at line 27 of file Interfaces.h.
◆ InterfaceMethod()
InterfaceMethod::InterfaceMethod |
( |
const llvm::Record * |
def, |
|
|
std::string |
uniqueName |
|
) |
| |
|
explicit |
◆ arg_empty()
bool InterfaceMethod::arg_empty |
( |
| ) |
const |
◆ getArguments()
◆ getBody()
std::optional< StringRef > InterfaceMethod::getBody |
( |
| ) |
const |
◆ getDefaultImplementation()
std::optional< StringRef > InterfaceMethod::getDefaultImplementation |
( |
| ) |
const |
◆ getDescription()
std::optional< StringRef > InterfaceMethod::getDescription |
( |
| ) |
const |
◆ getName()
StringRef InterfaceMethod::getName |
( |
| ) |
const |
◆ getReturnType()
StringRef InterfaceMethod::getReturnType |
( |
| ) |
const |
◆ getUniqueName()
StringRef InterfaceMethod::getUniqueName |
( |
| ) |
const |
◆ isStatic()
bool InterfaceMethod::isStatic |
( |
| ) |
const |
The documentation for this class was generated from the following files: