Searched defs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
339 struct BlockLayoutChunk { struct340 CharUnits Alignment;341 CharUnits Size;342 Qualifiers::ObjCLifetime Lifetime;343 const BlockDecl::Capture *Capture; // null for 'this'344 llvm::Type *Type;345 QualType FieldType;347 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument355 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
3945 struct BlockLayoutChunk { struct3946 uint64_t OffsetInBits;3947 const BlockDecl::Capture *Capture;