MLIR
21.0.0git
|
#include "mlir/IR/OpImplementation.h"
Public Attributes | |
UnresolvedOperand | ssaName |
Type | type |
DictionaryAttr | attrs |
std::optional< Location > | sourceLoc |
Definition at line 1669 of file OpImplementation.h.
DictionaryAttr mlir::OpAsmParser::Argument::attrs |
Definition at line 1672 of file OpImplementation.h.
Referenced by parseAttributions().
std::optional<Location> mlir::OpAsmParser::Argument::sourceLoc |
Definition at line 1673 of file OpImplementation.h.
UnresolvedOperand mlir::OpAsmParser::Argument::ssaName |
Definition at line 1670 of file OpImplementation.h.
Type mlir::OpAsmParser::Argument::type |
Definition at line 1671 of file OpImplementation.h.