clang 22.0.0git
clang::CodeGen::BlockByrefInfo Class Reference

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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGBlocks.h"

Public Attributes

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

Detailed Description

Information about the layout of a __block variable.

Definition at line 136 of file CGBlocks.h.

Member Data Documentation

◆ ByrefAlignment

◆ FieldIndex

unsigned clang::CodeGen::BlockByrefInfo::FieldIndex

◆ FieldOffset

CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset

Definition at line 141 of file CGBlocks.h.

Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().

◆ Type


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