clang
6.0.0
|
Information about the layout of a __block variable. More...
#include "/work/www-prereleases/6.0.0/rc2/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGBlocks.h"
Public Attributes | |
llvm::StructType * | Type |
unsigned | FieldIndex |
CharUnits | ByrefAlignment |
CharUnits | FieldOffset |
Information about the layout of a __block variable.
Definition at line 140 of file CGBlocks.h.
CharUnits clang::CodeGen::BlockByrefInfo::ByrefAlignment |
Definition at line 144 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
unsigned clang::CodeGen::BlockByrefInfo::FieldIndex |
Definition at line 143 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset |
Definition at line 145 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
llvm::StructType* clang::CodeGen::BlockByrefInfo::Type |
Definition at line 142 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().