MLIR
20.0.0git
|
#include "mlir/IR/OpImplementation.h"
Public Attributes | |
UnresolvedOperand | ssaName |
Type | type |
DictionaryAttr | attrs |
std::optional< Location > | sourceLoc |
Definition at line 1636 of file OpImplementation.h.
DictionaryAttr mlir::OpAsmParser::Argument::attrs |
Definition at line 1639 of file OpImplementation.h.
Referenced by parseAttributions().
std::optional<Location> mlir::OpAsmParser::Argument::sourceLoc |
Definition at line 1640 of file OpImplementation.h.
UnresolvedOperand mlir::OpAsmParser::Argument::ssaName |
Definition at line 1637 of file OpImplementation.h.
Type mlir::OpAsmParser::Argument::type |
Definition at line 1638 of file OpImplementation.h.