struct CGDebugInfo::BlockByRefType

Declaration

struct CGDebugInfo::BlockByRefType { /* full declaration omitted */ };

Declared at: clang/lib/CodeGen/CGDebugInfo.h:602

Member Variables

public llvm::DIType* BlockByRefWrapper
The wrapper struct used inside the __block_literal struct.
public llvm::DIType* WrappedType
The type as it appears in the source code.