Searched defs:BlockLayoutChunk (Results 1 – 2 of 2) sorted by relevance
340 struct BlockLayoutChunk { struct341 CharUnits Alignment;342 CharUnits Size;343 Qualifiers::ObjCLifetime Lifetime;344 const BlockDecl::Capture *Capture; // null for 'this'345 llvm::Type *Type;346 QualType FieldType;348 BlockLayoutChunk(CharUnits align, CharUnits size, in BlockLayoutChunk() argument356 void setIndex(CGBlockInfo &info, unsigned index, CharUnits offset) { in setIndex()
4548 struct BlockLayoutChunk { struct4549 uint64_t OffsetInBits;4550 const BlockDecl::Capture *Capture;