#ifdef GET_TYPEDEF_CLASSES
#undef GET_TYPEDEF_CLASSES
namespace mlir {
class AsmParser;
class AsmPrinter;
}
namespace mlir {
namespace transform {
class AffineMapParamType;
class AnyOpType;
class AnyValueType;
class OperationType;
class AnyParamType;
class ParamType;
class TypeParamType;
class AffineMapParamType : public ::mlir::Type::TypeBase<AffineMapParamType, ::mlir::Type, ::mlir::TypeStorage, ::mlir::transform::TransformParamTypeInterface::Trait> { … };
class AnyOpType : public ::mlir::Type::TypeBase<AnyOpType, ::mlir::Type, ::mlir::TypeStorage, ::mlir::transform::TransformHandleTypeInterface::Trait> { … };
class AnyValueType : public ::mlir::Type::TypeBase<AnyValueType, ::mlir::Type, ::mlir::TypeStorage, ::mlir::transform::TransformValueHandleTypeInterface::Trait> { … };
namespace detail {
struct OperationTypeStorage;
}
class OperationType : public ::mlir::Type::TypeBase<OperationType, ::mlir::Type, detail::OperationTypeStorage, ::mlir::transform::TransformHandleTypeInterface::Trait> { … };
class AnyParamType : public ::mlir::Type::TypeBase<AnyParamType, ::mlir::Type, ::mlir::TypeStorage, ::mlir::transform::TransformParamTypeInterface::Trait> { … };
namespace detail {
struct ParamTypeStorage;
}
class ParamType : public ::mlir::Type::TypeBase<ParamType, ::mlir::Type, detail::ParamTypeStorage, ::mlir::transform::TransformParamTypeInterface::Trait> { … };
class TypeParamType : public ::mlir::Type::TypeBase<TypeParamType, ::mlir::Type, ::mlir::TypeStorage, ::mlir::transform::TransformParamTypeInterface::Trait> { … };
}
}
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::AffineMapParamType)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::AnyOpType)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::AnyValueType)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::OperationType)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::AnyParamType)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::ParamType)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::transform::TypeParamType)
#endif