clang
20.0.0git
include
clang
AST
AST.h
Go to the documentation of this file.
1
//===--- AST.h - "Umbrella" header for AST library --------------*- C++ -*-===//
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 defines the interface to the AST classes.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef LLVM_CLANG_AST_AST_H
14
#define LLVM_CLANG_AST_AST_H
15
16
// This header exports all AST interfaces.
17
#include "
clang/AST/ASTContext.h
"
18
#include "
clang/AST/Decl.h
"
19
#include "
clang/AST/DeclCXX.h
"
20
#include "
clang/AST/DeclObjC.h
"
21
#include "
clang/AST/DeclTemplate.h
"
22
#include "
clang/AST/Expr.h
"
23
#include "
clang/AST/ExprObjC.h
"
24
#include "
clang/AST/StmtVisitor.h
"
25
#include "
clang/AST/Type.h
"
26
27
#endif
ASTContext.h
Defines the clang::ASTContext interface.
DeclCXX.h
Defines the C++ Decl subclasses, other than those for templates (found in DeclTemplate....
DeclObjC.h
DeclTemplate.h
Defines the C++ template declaration subclasses.
Decl.h
ExprObjC.h
Expr.h
StmtVisitor.h
Type.h
C Language Family Type Representation.
Generated on Thu Nov 21 2024 14:01:48 for clang by
1.9.6