clang  3.9.0
Public Attributes | List of all members
clang::CodeGen::BlockByrefInfo Class Reference

Information about the layout of a __block variable. More...

#include <CGBlocks.h>

Collaboration diagram for clang::CodeGen::BlockByrefInfo:
[legend]

Public Attributes

llvm::StructType * Type
 
unsigned FieldIndex
 
CharUnits ByrefAlignment
 
CharUnits FieldOffset
 

Detailed Description

Information about the layout of a __block variable.

Definition at line 144 of file CGBlocks.h.

Member Data Documentation

CharUnits clang::CodeGen::BlockByrefInfo::ByrefAlignment
unsigned clang::CodeGen::BlockByrefInfo::FieldIndex
CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset
llvm::StructType* clang::CodeGen::BlockByrefInfo::Type

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