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

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

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/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 140 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: