clang 22.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 CLANG_CIR_DIALECT_IR_CIRATTRS_H
14#define CLANG_CIR_DIALECT_IR_CIRATTRS_H
15
16#include "mlir/IR/Attributes.h"
17#include "mlir/IR/BuiltinAttributeInterfaces.h"
18
20
22
23//===----------------------------------------------------------------------===//
24// CIR Dialect Attrs
25//===----------------------------------------------------------------------===//
26
27namespace clang {
28class FunctionDecl;
29class RecordDecl;
30class VarDecl;
31} // namespace clang
32
33namespace cir {
34class ArrayType;
35class BoolType;
36class ComplexType;
37class IntType;
38class MethodType;
39class PointerType;
40class RecordType;
41class VectorType;
42} // namespace cir
43
44#define GET_ATTRDEF_CLASSES
45#include "clang/CIR/Dialect/IR/CIROpsAttributes.h.inc"
46
47#endif // CLANG_CIR_DIALECT_IR_CIRATTRS_H
Represents a function declaration or definition.
Definition Decl.h:1999
Represents a struct/union/class.
Definition Decl.h:4309
Represents a variable declaration or definition.
Definition Decl.h:925
The JSON file list parser is used to communicate input to InstallAPI.