clang  5.0.0
Public Member Functions | List of all members
clang::CodeGen::LValueBaseInfo Class Reference

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGValue.h"

Public Member Functions

 LValueBaseInfo (AlignmentSource Source=AlignmentSource::Type, bool Alias=false)
 
AlignmentSource getAlignmentSource () const
 
void setAlignmentSource (AlignmentSource Source)
 
bool getMayAlias () const
 
void setMayAlias (bool Alias)
 
void mergeForCast (const LValueBaseInfo &Info)
 

Detailed Description

Definition at line 149 of file CGValue.h.

Constructor & Destructor Documentation

clang::CodeGen::LValueBaseInfo::LValueBaseInfo ( AlignmentSource  Source = AlignmentSource::Type,
bool  Alias = false 
)
inlineexplicit

Definition at line 154 of file CGValue.h.

Member Function Documentation

AlignmentSource clang::CodeGen::LValueBaseInfo::getAlignmentSource ( ) const
inline
bool clang::CodeGen::LValueBaseInfo::getMayAlias ( ) const
inline
void clang::CodeGen::LValueBaseInfo::mergeForCast ( const LValueBaseInfo Info)
inline
void clang::CodeGen::LValueBaseInfo::setAlignmentSource ( AlignmentSource  Source)
inline

Definition at line 158 of file CGValue.h.

Referenced by mergeForCast().

void clang::CodeGen::LValueBaseInfo::setMayAlias ( bool  Alias)
inline

Definition at line 160 of file CGValue.h.

Referenced by mergeForCast().


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