clang 19.0.0git
Classes | Namespaces | Enumerations | Functions
CGValue.h File Reference
#include "Address.h"
#include "CodeGenTBAA.h"
#include "EHScopeStack.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Type.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.
 
namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::CodeGen
 

Enumerations

enum  clang::CodeGen::ARCPreciseLifetime_t { clang::CodeGen::ARCImpreciseLifetime , clang::CodeGen::ARCPreciseLifetime }
 Does an ARC strong l-value have precise lifetime? More...
 
enum class  clang::CodeGen::AlignmentSource { clang::CodeGen::Decl , clang::CodeGen::AttributedType , clang::CodeGen::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::CodeGen::getFieldAlignmentSource (AlignmentSource Source)
 Given that the base address has the given alignment source, what's our confidence in the alignment of the field?