clang 22.0.0git
CIROpInterfaces.h
Go to the documentation of this file.
1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// Defines the interface to CIR operations.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CLANG_CIR_INTERFACES_CIR_OP_H
14#define CLANG_CIR_INTERFACES_CIR_OP_H
15
16#include "mlir/IR/Attributes.h"
17#include "mlir/IR/Operation.h"
18#include "mlir/IR/Value.h"
19#include "mlir/Interfaces/CallInterfaces.h"
20
21#include "clang/AST/Attr.h"
23#include "clang/AST/Mangle.h"
25
26/// Include the generated interface declarations.
27#include "clang/CIR/Interfaces/CIROpInterfaces.h.inc"
28
29#endif // CLANG_CIR_INTERFACES_CIR_OP_H
Defines the C++ template declaration subclasses.