clang
9.0.0
|
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclOpenMP.h"
#include "clang/Basic/ABI.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/type_traits.h"
#include <cassert>
Go to the source code of this file.
Classes | |
class | clang::GlobalDecl |
GlobalDecl - represents a global declaration. More... | |
struct | llvm::DenseMapInfo< clang::GlobalDecl > |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
llvm | |
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion. | |
Enumerations | |
enum | clang::DynamicInitKind : unsigned { clang::DynamicInitKind::NoStub = 0, clang::DynamicInitKind::Initializer, clang::DynamicInitKind::AtExit } |