blob: f5838b0467b91e9b18c38b2704ea7867a843ee9b [file] [log] [blame]
//===- SubElementInterfaces.h - Attr and Type SubElements -------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file contains interfaces and utilities for querying the sub elements of
// an attribute or type.
//
//===----------------------------------------------------------------------===//
#ifndef MLIR_INTERFACES_SUBELEMENTINTERFACES_H
#define MLIR_INTERFACES_SUBELEMENTINTERFACES_H
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Types.h"
/// Include the definitions of the sub elemnt interfaces.
#include "mlir/IR/SubElementAttrInterfaces.h.inc"
#include "mlir/IR/SubElementTypeInterfaces.h.inc"
#endif // MLIR_INTERFACES_SUBELEMENTINTERFACES_H