MLIR
22.0.0git
|
#include "mlir/IR/OpImplementation.h"
Public Attributes | |
UnresolvedOperand | ssaName |
Type | type |
DictionaryAttr | attrs |
std::optional< Location > | sourceLoc |
Definition at line 1691 of file OpImplementation.h.
DictionaryAttr mlir::OpAsmParser::Argument::attrs |
Definition at line 1694 of file OpImplementation.h.
Referenced by parseAttributions().
std::optional<Location> mlir::OpAsmParser::Argument::sourceLoc |
Definition at line 1695 of file OpImplementation.h.
UnresolvedOperand mlir::OpAsmParser::Argument::ssaName |
Definition at line 1692 of file OpImplementation.h.
Type mlir::OpAsmParser::Argument::type |
Definition at line 1693 of file OpImplementation.h.