clang 17.0.0git
|
#include "clang/AST/CharUnits.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/IR/Constants.h"
#include "llvm/Support/MathExtras.h"
Go to the source code of this file.
Classes | |
class | clang::CodeGen::Address |
An aligned address. More... | |
class | clang::CodeGen::ConstantAddress |
A specialization of Address that requires the address to be an LLVM Constant. More... | |
Namespaces | |
namespace | clang |
namespace | clang::CodeGen |
Enumerations | |
enum | clang::CodeGen::KnownNonNull_t { clang::CodeGen::NotKnownNonNull , clang::CodeGen::KnownNonNull } |
Functions | |
template<class U > | |
U | clang::cast (CodeGen::Address addr) |
template<class U > | |
bool | clang::isa (CodeGen::Address addr) |