clang 22.0.0git
clang::CodeGen::LValueBaseInfo Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGValue.h"

Public Member Functions

 LValueBaseInfo (AlignmentSource Source=AlignmentSource::Type)
AlignmentSource getAlignmentSource () const
void setAlignmentSource (AlignmentSource Source)
void mergeForCast (const LValueBaseInfo &Info)

Detailed Description

Definition at line 165 of file CGValue.h.

Constructor & Destructor Documentation

◆ LValueBaseInfo()

clang::CodeGen::LValueBaseInfo::LValueBaseInfo ( AlignmentSource Source = AlignmentSource::Type)
inlineexplicit

Definition at line 169 of file CGValue.h.

References clang::CodeGen::Type.

Referenced by mergeForCast().

Member Function Documentation

◆ getAlignmentSource()

AlignmentSource clang::CodeGen::LValueBaseInfo::getAlignmentSource ( ) const
inline

Definition at line 171 of file CGValue.h.

Referenced by EmitPointerWithAlignment(), and mergeForCast().

◆ mergeForCast()

void clang::CodeGen::LValueBaseInfo::mergeForCast ( const LValueBaseInfo & Info)
inline

Definition at line 174 of file CGValue.h.

References getAlignmentSource(), LValueBaseInfo(), and setAlignmentSource().

◆ setAlignmentSource()

void clang::CodeGen::LValueBaseInfo::setAlignmentSource ( AlignmentSource Source)
inline

Definition at line 172 of file CGValue.h.

Referenced by mergeForCast().


The documentation for this class was generated from the following file: