class LValueBaseInfo
Declaration
class LValueBaseInfo { /* full declaration omitted */ };
Declared at: clang/lib/CodeGen/CGValue.h:154
Member Variables
- private clang::CodeGen::AlignmentSource AlignSource
Method Overview
- public LValueBaseInfo(clang::CodeGen::AlignmentSource Source = AlignmentSource::Type)
- public clang::CodeGen::AlignmentSource getAlignmentSource() const
- public void mergeForCast(const clang::CodeGen::LValueBaseInfo & Info)
- public void setAlignmentSource(clang::CodeGen::AlignmentSource Source)
Methods
¶LValueBaseInfo(clang::CodeGen::AlignmentSource
Source = AlignmentSource::Type)
LValueBaseInfo(clang::CodeGen::AlignmentSource
Source = AlignmentSource::Type)
Declared at: clang/lib/CodeGen/CGValue.h:158
Parameters
- clang::CodeGen::AlignmentSource Source = AlignmentSource::Type
¶clang::CodeGen::AlignmentSource
getAlignmentSource() const
clang::CodeGen::AlignmentSource
getAlignmentSource() const
Declared at: clang/lib/CodeGen/CGValue.h:160
¶void mergeForCast(
const clang::CodeGen::LValueBaseInfo& Info)
void mergeForCast(
const clang::CodeGen::LValueBaseInfo& Info)
Declared at: clang/lib/CodeGen/CGValue.h:163
Parameters
- const clang::CodeGen::LValueBaseInfo& Info
¶void setAlignmentSource(
clang::CodeGen::AlignmentSource Source)
void setAlignmentSource(
clang::CodeGen::AlignmentSource Source)
Declared at: clang/lib/CodeGen/CGValue.h:161
Parameters
- clang::CodeGen::AlignmentSource Source