clang
23.0.0git
include
clang
AST
pch.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
/// Precompiled header for clangAST.
10
///
11
//===----------------------------------------------------------------------===//
12
13
#include "
clang/AST/ASTContext.h
"
14
#include "
clang/AST/Attr.h
"
15
#include "
clang/AST/CanonicalType.h
"
16
#include "
clang/AST/Decl.h
"
17
#include "
clang/AST/DeclCXX.h
"
18
#include "
clang/AST/DeclObjC.h
"
19
#include "
clang/AST/DeclOpenMP.h
"
20
#include "
clang/AST/DeclTemplate.h
"
21
#include "
clang/AST/DynamicRecursiveASTVisitor.h
"
22
#include "
clang/AST/Expr.h
"
23
#include "
clang/AST/ExprCXX.h
"
24
#include "
clang/AST/ExprObjC.h
"
25
#include "
clang/AST/GlobalDecl.h
"
26
#include "
clang/AST/OpenMPClause.h
"
27
#include "
clang/AST/RecursiveASTVisitor.h
"
28
#include "
clang/AST/Stmt.h
"
29
#include "
clang/AST/StmtOpenMP.h
"
30
#include "
clang/AST/StmtVisitor.h
"
31
#include "
clang/AST/Type.h
"
32
#include "llvm/Support/pch.h"
ASTContext.h
Defines the clang::ASTContext interface.
Attr.h
CanonicalType.h
DeclCXX.h
Defines the C++ Decl subclasses, other than those for templates (found in DeclTemplate....
DeclObjC.h
DeclOpenMP.h
This file defines OpenMP nodes for declarative directives.
DeclTemplate.h
Defines the C++ template declaration subclasses.
Decl.h
DynamicRecursiveASTVisitor.h
ExprCXX.h
Defines the clang::Expr interface and subclasses for C++ expressions.
ExprObjC.h
Expr.h
GlobalDecl.h
OpenMPClause.h
This file defines OpenMP AST classes for clauses.
RecursiveASTVisitor.h
StmtOpenMP.h
This file defines OpenMP AST classes for executable directives and clauses.
StmtVisitor.h
Stmt.h
Type.h
C Language Family Type Representation.
Generated on
for clang by
1.14.0