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() argument206 void setIndex(CGBlockInfo &info, unsigned index) { in setIndex()
3009 struct BlockLayoutChunk { struct3010 uint64_t OffsetInBits;3011 const BlockDecl::Capture *Capture;