#ifdef GET_ATTRDEF_CLASSES
#undef GET_ATTRDEF_CLASSES
namespace mlir {
class AsmParser;
class AsmPrinter;
}
namespace mlir {
namespace vector {
class CombiningKindAttr;
class IteratorTypeAttr;
class PrintPunctuationAttr;
namespace detail {
struct CombiningKindAttrStorage;
}
class CombiningKindAttr : public ::mlir::Attribute::AttrBase<CombiningKindAttr, ::mlir::Attribute, detail::CombiningKindAttrStorage> { … };
namespace detail {
struct IteratorTypeAttrStorage;
}
class IteratorTypeAttr : public ::mlir::Attribute::AttrBase<IteratorTypeAttr, ::mlir::Attribute, detail::IteratorTypeAttrStorage> { … };
namespace detail {
struct PrintPunctuationAttrStorage;
}
class PrintPunctuationAttr : public ::mlir::Attribute::AttrBase<PrintPunctuationAttr, ::mlir::Attribute, detail::PrintPunctuationAttrStorage> { … };
}
}
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::vector::CombiningKindAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::vector::IteratorTypeAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::vector::PrintPunctuationAttr)
#endif