/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* AttrDef Declarations *| |* *| |* Automatically generated file, do not edit! *| |* *| \*===----------------------------------------------------------------------===*/ #ifdef GET_ATTRDEF_CLASSES #undef GET_ATTRDEF_CLASSES namespace mlir { class AsmParser; class AsmPrinter; } // namespace mlir namespace mlir { namespace complex { class NumberAttr; namespace detail { struct NumberAttrStorage; } // namespace detail class NumberAttr : public ::mlir::Attribute::AttrBase<NumberAttr, ::mlir::Attribute, detail::NumberAttrStorage, ::mlir::TypedAttr::Trait> { … }; } // namespace complex } // namespace mlir MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::complex::NumberAttr) #endif // GET_ATTRDEF_CLASSES