clang 22.0.0git
CIRGenValue.h File Reference
#include "Address.h"
#include "clang/AST/CharUnits.h"
#include "clang/AST/Type.h"
#include "CIRGenRecordLayout.h"
#include "mlir/IR/Value.h"
#include "clang/CIR/MissingFeatures.h"

Go to the source code of this file.

Classes

class  clang::CIRGen::RValue
 This trivial value class is used to represent the result of an expression that is evaluated. More...
class  clang::CIRGen::LValueBaseInfo
class  clang::CIRGen::LValue
class  clang::CIRGen::AggValueSlot
 An aggregate value slot. More...

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::CIRGen

Enumerations

enum class  clang::CIRGen::AlignmentSource { clang::CIRGen::Decl , clang::CIRGen::AttributedType , clang::CIRGen::Type }
 The source of the alignment of an l-value; an expression of confidence in the alignment actually matching the estimate. More...

Functions

static AlignmentSource clang::CIRGen::getFieldAlignmentSource (AlignmentSource source)
 Given that the base address has the given alignment source, what's our confidence in the alignment of the field?