clang API Documentation
#include "clang/AST/ASTMutationListener.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclarationName.h"
#include "clang/AST/TemplateBase.h"
#include "clang/Sema/SemaConsumer.h"
#include "clang/Serialization/ASTBitCodes.h"
#include "clang/Serialization/ASTDeserializationListener.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Bitcode/BitstreamWriter.h"
#include <map>
#include <queue>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::ASTWriter |
Writes an AST file containing the contents of a translation unit. More... | |
class | clang::ASTWriter::DeclOrType |
Stores a declaration or a type to be written to the AST file. | |
struct | clang::ASTWriter::DeclIDInFileInfo |
struct | clang::ASTWriter::MacroInfoToEmitData |
class | clang::ASTWriter::DeclUpdate |
An update to a Decl. | |
struct | clang::ASTWriter::ReplacedDeclInfo |
struct | clang::ASTWriter::QueuedCXXBaseSpecifiers |
A set of C++ base specifiers that is queued to be written into the AST file. | |
class | clang::PCHGenerator |
AST and semantic-analysis consumer that generates a precompiled header from the parsed source code. More... | |
Namespaces | |
namespace | llvm |
namespace | clang |
namespace | clang::SrcMgr |
Public enums and private classes that are part of the SourceManager implementation. |