clang 20.0.0git
CIRAttrs.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// This file declares the attributes in the CIR dialect.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_CLANG_CIR_DIALECT_IR_CIRATTRS_H
14#define LLVM_CLANG_CIR_DIALECT_IR_CIRATTRS_H
15
17
18#include "mlir/IR/Attributes.h"
19#include "mlir/IR/BuiltinAttributeInterfaces.h"
20
21#include "llvm/ADT/SmallVector.h"
22
23//===----------------------------------------------------------------------===//
24// CIR Dialect Attrs
25//===----------------------------------------------------------------------===//
26
27namespace clang {
28class FunctionDecl;
29class VarDecl;
30class RecordDecl;
31} // namespace clang
32
33#define GET_ATTRDEF_CLASSES
34#include "clang/CIR/Dialect/IR/CIROpsAttributes.h.inc"
35
36#endif // LLVM_CLANG_CIR_DIALECT_IR_CIRATTRS_H
The JSON file list parser is used to communicate input to InstallAPI.