Searched defs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
191 struct BlockLayoutChunk { struct192 CharUnits Alignment;193 CharUnits Size;194 Qualifiers::ObjCLifetime Lifetime;195 const BlockDecl::Capture *Capture; // null for 'this'196 llvm::Type *Type;198 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() function206 void setIndex(CGBlockInfo &info, unsigned index) { in setIndex()
2996 struct BlockLayoutChunk { struct2997 uint64_t OffsetInBits;2998 const BlockDecl::Capture *Capture;