clang
9.0.0
|
#include "clang/Basic/FixedPoint.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/PointerUnion.h"
Go to the source code of this file.
Classes | |
class | clang::TypeInfoLValue |
Symbolic representation of typeid(T) for some type T. More... | |
struct | llvm::PointerLikeTypeTraits< clang::TypeInfoLValue > |
class | clang::APValue |
APValue - This class implements a discriminated union of [uninitialized] [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset], [Vector: N * APValue], [Array: N * APValue]. More... | |
class | clang::APValue::LValueBase |
class | clang::APValue::LValuePathEntry |
A non-discriminated union of a base, field, or array index. More... | |
struct | clang::APValue::NoLValuePath |
struct | clang::APValue::UninitArray |
struct | clang::APValue::UninitStruct |
struct | llvm::DenseMapInfo< clang::APValue::LValueBase > |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
llvm | |
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion. | |