clang API Documentation

clang::CodeGen::AggValueSlot Member List
This is the complete list of members for clang::CodeGen::AggValueSlot, including all inherited members.
asRValue() const clang::CodeGen::AggValueSlot [inline]
DoesNotNeedGCBarriers enum valueclang::CodeGen::AggValueSlot
forAddr(llvm::Value *addr, CharUnits align, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed=IsNotZeroed)clang::CodeGen::AggValueSlot [inline, static]
forLValue(const LValue &LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed=IsNotZeroed)clang::CodeGen::AggValueSlot [inline, static]
getAddr() const clang::CodeGen::AggValueSlot [inline]
getAlignment() const clang::CodeGen::AggValueSlot [inline]
getObjCLifetime() const clang::CodeGen::AggValueSlot [inline]
getQualifiers() const clang::CodeGen::AggValueSlot [inline]
ignored()clang::CodeGen::AggValueSlot [inline, static]
IsAliased enum valueclang::CodeGen::AggValueSlot
IsAliased_t enum nameclang::CodeGen::AggValueSlot
IsDestructed enum valueclang::CodeGen::AggValueSlot
IsDestructed_t enum nameclang::CodeGen::AggValueSlot
isExternallyDestructed() const clang::CodeGen::AggValueSlot [inline]
isIgnored() const clang::CodeGen::AggValueSlot [inline]
IsNotAliased enum valueclang::CodeGen::AggValueSlot
IsNotDestructed enum valueclang::CodeGen::AggValueSlot
IsNotZeroed enum valueclang::CodeGen::AggValueSlot
isPotentiallyAliased() const clang::CodeGen::AggValueSlot [inline]
isVolatile() const clang::CodeGen::AggValueSlot [inline]
IsZeroed enum valueclang::CodeGen::AggValueSlot
isZeroed() const clang::CodeGen::AggValueSlot [inline]
IsZeroed_t enum nameclang::CodeGen::AggValueSlot
NeedsGCBarriers enum valueclang::CodeGen::AggValueSlot
NeedsGCBarriers_t enum nameclang::CodeGen::AggValueSlot
requiresGCollection() const clang::CodeGen::AggValueSlot [inline]
setExternallyDestructed(bool destructed=true)clang::CodeGen::AggValueSlot [inline]
setVolatile(bool flag)clang::CodeGen::AggValueSlot [inline]
setZeroed(bool V=true)clang::CodeGen::AggValueSlot [inline]