clang
6.0.0
include
clang
AST
AST.h
Go to the documentation of this file.
1
//===--- AST.h - "Umbrella" header for AST library --------------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This file defines the interface to the AST classes.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_CLANG_AST_AST_H
15
#define LLVM_CLANG_AST_AST_H
16
17
// This header exports all AST interfaces.
18
#include "
clang/AST/ASTContext.h
"
19
#include "
clang/AST/Decl.h
"
20
#include "
clang/AST/DeclCXX.h
"
21
#include "
clang/AST/DeclObjC.h
"
22
#include "
clang/AST/DeclTemplate.h
"
23
#include "
clang/AST/Expr.h
"
24
#include "
clang/AST/ExprObjC.h
"
25
#include "
clang/AST/StmtVisitor.h
"
26
#include "
clang/AST/Type.h
"
27
28
#endif
ASTContext.h
Defines the clang::ASTContext interface.
Type.h
C Language Family Type Representation.
DeclTemplate.h
Defines the C++ template declaration subclasses.
DeclObjC.h
ExprObjC.h
StmtVisitor.h
Decl.h
DeclCXX.h
Defines the C++ Decl subclasses, other than those for templates (found in DeclTemplate.h) and friends (in DeclFriend.h).
Expr.h
Generated on Mon Feb 26 2018 11:33:53 for clang by
1.8.13